diff options
author | 1998-02-13 10:23:34 +0000 | |
---|---|---|
committer | 1998-02-13 10:23:34 +0000 | |
commit | 2b8718229560bdeb4a2517d43656caf6c8e13564 (patch) | |
tree | 65991b81693a0139761779554277068210f36301 | |
parent | match unistd.h (diff) | |
download | wireguard-openbsd-2b8718229560bdeb4a2517d43656caf6c8e13564.tar.xz wireguard-openbsd-2b8718229560bdeb4a2517d43656caf6c8e13564.zip |
make depend
-rw-r--r-- | distrib/hp300/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/Makefile b/distrib/hp300/ramdisk/Makefile index 1a7fb785586..375f82cb84e 100644 --- a/distrib/hp300/ramdisk/Makefile +++ b/distrib/hp300/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 1997/10/31 05:41:27 downsj Exp $ +# $OpenBSD: Makefile,v 1.11 1998/02/13 10:23:34 deraadt Exp $ # $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs Exp $ TOP= ${.CURDIR}/.. @@ -38,7 +38,7 @@ bsd.rd: ${IMAGE} bsd rdsetroot bsd: cd ${.CURDIR}/../../../sys/arch/hp300/conf && config RAMDISK cd ${.CURDIR}/../../../sys/arch/hp300/compile/RAMDISK && \ - make clean && make + make clean && make depend && make cp ${.CURDIR}/../../../sys/arch/hp300/compile/RAMDISK/bsd bsd ${IMAGE}: ${CBIN} rd_setup do_files rd_teardown |