diff options
author | 2000-02-28 22:26:17 +0000 | |
---|---|---|
committer | 2000-02-28 22:26:17 +0000 | |
commit | ece3cc8ac6ebae218d7712fd859ebb1b18f7fd90 (patch) | |
tree | f49c3ec4dfba54c0e03e325692905acae830d57c | |
parent | turn off x11-fwd for the client, too. (diff) | |
download | wireguard-openbsd-ece3cc8ac6ebae218d7712fd859ebb1b18f7fd90.tar.xz wireguard-openbsd-ece3cc8ac6ebae218d7712fd859ebb1b18f7fd90.zip |
make depend kernel too
-rw-r--r-- | distrib/alpha/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/ramdisk/Makefile b/distrib/alpha/ramdisk/Makefile index 6412704acf0..26020c01a4b 100644 --- a/distrib/alpha/ramdisk/Makefile +++ b/distrib/alpha/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 1999/06/17 20:42:40 deraadt Exp $ +# $OpenBSD: Makefile,v 1.20 2000/02/28 22:26:17 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -75,7 +75,7 @@ bsd.rd: bsd ${IMAGE} ecoffrdsetroot bsd: cd ${.CURDIR}/../../../sys/arch/alpha/conf && config RAMDISK cd ${.CURDIR}/../../../sys/arch/alpha/compile/RAMDISK && \ - make clean && COPTS=-Os make + make depend && make clean && COPTS=-Os make cp ${.CURDIR}/../../../sys/arch/alpha/compile/RAMDISK/bsd bsd ${IMAGE}: do_prep do_mount do_files do_umount |