diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-15 00:40:30 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-12-15 00:40:30 +0000 |
commit | 6522caaeea17770c4d5798c2647c0c6b135dfc4c (patch) | |
tree | c9aa199517abc4f7d99cd603a0cd8884dc389a8d /distrib | |
parent | 6d131dc5573d9b8a35dc2a16723f1a418e6b3772 (diff) |
forget about the old floppies, do not build them anymore
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/sparc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/sparc/Makefile b/distrib/sparc/Makefile index 45989a6c25d..10128c4a2e3 100644 --- a/distrib/sparc/Makefile +++ b/distrib/sparc/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 1997/09/21 11:46:03 deraadt Exp $ +# $OpenBSD: Makefile,v 1.4 1998/12/15 00:40:29 deraadt Exp $ # at this point only the floppies directory has object, ramdisk and # miniroot are just architeture dependent inclusions for ../ramdisk, etc. -SUBDIR= floppies +#SUBDIR= floppies SUBDIR+= ../ramdisk ../miniroot .include <bsd.subdir.mk> |