diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-15 03:11:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-15 03:11:23 +0000 |
commit | 9ce1a5035488e02b56b2fe256a43739114b252da (patch) | |
tree | 8b13ff0ad8c473503c510910adc2aba746c65145 /distrib/luna88k | |
parent | 13e36bf9aef50555077184e99bb6df65224d86f6 (diff) |
No need to make depend kernels; ok guenther
Diffstat (limited to 'distrib/luna88k')
-rw-r--r-- | distrib/luna88k/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/luna88k/ramdisk/Makefile b/distrib/luna88k/ramdisk/Makefile index 08df412dc81..2c6e2fedafb 100644 --- a/distrib/luna88k/ramdisk/Makefile +++ b/distrib/luna88k/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2011/03/14 19:07:46 deraadt Exp $ +# $OpenBSD: Makefile,v 1.11 2011/04/15 03:11:22 deraadt Exp $ TOP= ${.CURDIR}/.. @@ -36,7 +36,7 @@ bsd: .ifndef(NOBUILD) cd ${.CURDIR}/../../../sys/arch/luna88k/conf && config RAMDISK cd ${.CURDIR}/../../../sys/arch/luna88k/compile/RAMDISK && \ - ${MAKE} clean && ${MAKE} depend && ${MAKE} + ${MAKE} clean && exec ${MAKE} .endif cp ${.CURDIR}/../../../sys/arch/luna88k/compile/RAMDISK/bsd bsd |