summaryrefslogtreecommitdiff
path: root/distrib/alpha/bsd.rd
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/alpha/bsd.rd
parent13e36bf9aef50555077184e99bb6df65224d86f6 (diff)
No need to make depend kernels; ok guenther
Diffstat (limited to 'distrib/alpha/bsd.rd')
-rw-r--r--distrib/alpha/bsd.rd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/bsd.rd/Makefile b/distrib/alpha/bsd.rd/Makefile
index ba389e78cf4..7498f85b5ca 100644
--- a/distrib/alpha/bsd.rd/Makefile
+++ b/distrib/alpha/bsd.rd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.16 2010/10/18 04:07:49 deraadt Exp $
+# $OpenBSD: Makefile,v 1.17 2011/04/15 03:11:22 deraadt Exp $
TOP= ${.CURDIR}/..
@@ -51,7 +51,7 @@ bsd.rd_unz: bsd ${IMAGE} ${RDSETROOT}
bsd:
cd ${.CURDIR}/../../../sys/arch/alpha/conf && config ${RAMDISK}
cd ${.CURDIR}/../../../sys/arch/alpha/compile/${RAMDISK} && \
- ${MAKE} clean && ${MAKE} depend && COPTS=-Os ${MAKE}
+ ${MAKE} clean && COPTS=-Os exec ${MAKE}
cp ${.CURDIR}/../../../sys/arch/alpha/compile/${RAMDISK}/bsd bsd
${IMAGE}: do_prep do_mount do_files do_umount