summaryrefslogtreecommitdiff
path: root/distrib/hp300/ramdisk/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-15 03:11:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-04-15 03:11:23 +0000
commit9ce1a5035488e02b56b2fe256a43739114b252da (patch)
tree8b13ff0ad8c473503c510910adc2aba746c65145 /distrib/hp300/ramdisk/Makefile
parent13e36bf9aef50555077184e99bb6df65224d86f6 (diff)
No need to make depend kernels; ok guenther
Diffstat (limited to 'distrib/hp300/ramdisk/Makefile')
-rw-r--r--distrib/hp300/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/hp300/ramdisk/Makefile b/distrib/hp300/ramdisk/Makefile
index b20546646e6..6caa629bc87 100644
--- a/distrib/hp300/ramdisk/Makefile
+++ b/distrib/hp300/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.27 2009/04/17 03:58:54 deraadt Exp $
+# $OpenBSD: Makefile,v 1.28 2011/04/15 03:11:22 deraadt Exp $
# $NetBSD: Makefile,v 1.1 1995/07/18 04:13:06 briggs Exp $
TOP= ${.CURDIR}/..
@@ -37,7 +37,7 @@ bsd.rd: rdsetroot
.ifndef(NOBUILD)
cd ${.CURDIR}/../../../sys/arch/hp300/conf && config RAMDISK
cd ${.CURDIR}/../../../sys/arch/hp300/compile/RAMDISK && \
- ${MAKE} clean && ${MAKE} depend && COPTS=-Os ${MAKE}
+ ${MAKE} clean && COPTS=-Os exec ${MAKE}
.endif
cp ${.CURDIR}/../../../sys/arch/hp300/compile/RAMDISK/bsd bsd.rd
${.OBJDIR}/rdsetroot bsd.rd ${IMAGE}