diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-18 07:27:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-04-18 07:27:42 +0000 |
commit | 6043471b5717b9fbef10a0d638626b3953561ece (patch) | |
tree | 25d64d0db887d2547c1a3177317a961d9860a032 | |
parent | ec0b529dc4ee0faa2e7d18e5378077000b5cb1b5 (diff) |
only build ramdisk
-rw-r--r-- | distrib/i386/floppies/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/i386/floppies/Makefile b/distrib/i386/floppies/Makefile index 3f44c69e455..85c198995bf 100644 --- a/distrib/i386/floppies/Makefile +++ b/distrib/i386/floppies/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.6 1996/09/14 03:42:56 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 1997/04/18 07:27:41 deraadt Exp $ -SUBDIR= kc inst upgr +SUBDIR= ramdisk unconfig: - cd kc; ${MAKE} unconfig + cd ramdisk; ${MAKE} unconfig .include <bsd.subdir.mk> |