diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-22 00:24:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-02-22 00:24:45 +0000 |
commit | acf300f5047795ee72e3a4d8b64b99dbb759d27c (patch) | |
tree | e41125981b9894b7098b4e1ac505a49cd1442193 /distrib/amd64/Makefile | |
parent | 304b5f7890af30d628011acaf0341c2d050fccc5 (diff) |
boot floppy support. unfortunately for now because of how the sets and
lists and disktab work, we are constrained, and a few things must go
missing until we seperate that out.
Diffstat (limited to 'distrib/amd64/Makefile')
-rw-r--r-- | distrib/amd64/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/distrib/amd64/Makefile b/distrib/amd64/Makefile index 1f7df270f75..5978683ad74 100644 --- a/distrib/amd64/Makefile +++ b/distrib/amd64/Makefile @@ -1,11 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2004/02/07 21:16:47 deraadt Exp $ +# $OpenBSD: Makefile,v 1.2 2004/02/22 00:24:41 deraadt Exp $ -SUBDIR= ramdisk_cd # ramdiskA ramdiskB ramdiskC cdfs +SUBDIR= ramdisk_cd ramdiskA cdfs unconfig: cd ramdisk_cd; ${MAKE} unconfig - #cd ramdiskA; ${MAKE} unconfig - #cd ramdiskB; ${MAKE} unconfig - #cd ramdiskC; ${MAKE} unconfig + cd ramdiskA; ${MAKE} unconfig .include <bsd.subdir.mk> |