summaryrefslogtreecommitdiff
path: root/distrib/ramdisk
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2009-04-12 16:12:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2009-04-12 16:12:54 +0000
commita54a5480fa5d266e1343628f19e7f0e690dd3bdd (patch)
tree907064ad2369a03bb6e77cbb2b6ac9d740c58ef4 /distrib/ramdisk
parent687dcf0c19058a3d4cba2941454f769504d43a73 (diff)
run make depend for kernel, too; ok miod
Diffstat (limited to 'distrib/ramdisk')
-rw-r--r--distrib/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/ramdisk/Makefile b/distrib/ramdisk/Makefile
index 06e584e2405..86045ac285b 100644
--- a/distrib/ramdisk/Makefile
+++ b/distrib/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.33 2008/12/02 03:20:57 deraadt Exp $
+# $OpenBSD: Makefile,v 1.34 2009/04/12 16:12:53 deraadt Exp $
REV= ${OSrev}
@@ -85,7 +85,7 @@ ${FLOPPY}: bsd.gz ${BOOT} ${BOOTXX}
bsd:
cd ${.CURDIR}/../../sys/arch/${MACHINE}/conf && config ${KERNEL}
cd ${.CURDIR}/../../sys/arch/${MACHINE}/compile/${KERNEL} && \
- ${MAKE} depend && ${MAKE} clean && COPTS=-Os ${MAKE}
+ ${MAKE} clean && ${MAKE} depend && COPTS=-Os ${MAKE}
cp ${.CURDIR}/../../sys/arch/${MACHINE}/compile/${KERNEL}/bsd bsd
bsd.rd: bsd ${IMAGE} ${RDSETROOT}