diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-13 10:23:35 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-13 10:23:35 +0000 |
commit | a4e999cdadd8116fdeb0fd58113351344d504096 (patch) | |
tree | fa59de521ca1ff0a8473ed81fb6584251fe5fd9a /distrib/hp300 | |
parent | 7d258c58d4880a0734d7e678347a6d2dc3312b73 (diff) |
make depend
Diffstat (limited to 'distrib/hp300')
-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 |