diff options
author | 2001-01-29 01:16:50 +0000 | |
---|---|---|
committer | 2001-01-29 01:16:50 +0000 | |
commit | 6612b6dbff1c4815ce8d580fb0126c00553117af (patch) | |
tree | 9eaf0abb86e857fb7e5f30b1598fb6094945fa5a | |
parent | talk about random.4 (diff) | |
download | wireguard-openbsd-6612b6dbff1c4815ce8d580fb0126c00553117af.tar.xz wireguard-openbsd-6612b6dbff1c4815ce8d580fb0126c00553117af.zip |
make depend again; i noticed this yesterday too, it used to but was disabled for some reason, i forget why; gwes@oat.com
-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 |