diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-29 01:16:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-29 01:16:51 +0000 |
commit | 428c9dd426724971d748040d2201b3aee4f112cd (patch) | |
tree | 0b2ac8ee66c343a5250dc85ca310cd0677e82b78 /distrib/i386/floppies | |
parent | 2ac4d5c4f75b1e6d108c6165b2b0c0cf7f88d6f1 (diff) |
make depend again; i noticed this yesterday too, it used to but was disabled for some reason, i forget why; gwes@oat.com
Diffstat (limited to 'distrib/i386/floppies')
-rw-r--r-- | distrib/i386/floppies/common/Makefile.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/distrib/i386/floppies/common/Makefile.inc b/distrib/i386/floppies/common/Makefile.inc index 078c2fb1310..429c2afa0b1 100644 --- a/distrib/i386/floppies/common/Makefile.inc +++ b/distrib/i386/floppies/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2000/09/03 18:41:12 espie Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2001/01/29 01:16:50 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -66,9 +66,7 @@ bsd.rd: ${IMAGE} bsd rdsetroot bsd: cd ${.CURDIR}/../../../../sys/arch/i386/conf && config ${RAMDISK} cd ${.CURDIR}/../../../../sys/arch/i386/compile/${RAMDISK} && \ - make clean && COPTS=-Os make -# cd ${.CURDIR}/../../../../sys/arch/i386/compile/${RAMDISK} && \ -# make clean && make + make clean && make depend && COPTS=-Os make cp ${.CURDIR}/../../../../sys/arch/i386/compile/${RAMDISK}/bsd bsd ${IMAGE}: ${CBIN} rd_setup do_files rd_teardown |