diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-03-26 18:03:54 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-03-26 18:03:54 +0000 |
commit | d97be1f3c659020f3a03c03443c28d018aa9304d (patch) | |
tree | c02b36098e4d4a18a6b1e35575b324663c5f6b6d /distrib/octeon/Makefile | |
parent | a0618bdb1b7a4202f1ed76820c904808ca4e2a51 (diff) |
add ramdisk installer for octeon, still has some rough edges and needs some
manual fiddling, but works good enough to perform an install on the CAM-0100.
Diffstat (limited to 'distrib/octeon/Makefile')
-rw-r--r-- | distrib/octeon/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distrib/octeon/Makefile b/distrib/octeon/Makefile new file mode 100644 index 00000000000..828bbdf024c --- /dev/null +++ b/distrib/octeon/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2013/03/26 18:03:53 jasper Exp $ + +SUBDIR= ramdisk + +.include <bsd.subdir.mk> |