diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-12 16:12:54 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-12 16:12:54 +0000 |
commit | a54a5480fa5d266e1343628f19e7f0e690dd3bdd (patch) | |
tree | 907064ad2369a03bb6e77cbb2b6ac9d740c58ef4 /distrib/luna88k/ramdisk | |
parent | 687dcf0c19058a3d4cba2941454f769504d43a73 (diff) |
run make depend for kernel, too; ok miod
Diffstat (limited to 'distrib/luna88k/ramdisk')
-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 24ff29d5779..581da4c7dc3 100644 --- a/distrib/luna88k/ramdisk/Makefile +++ b/distrib/luna88k/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.7 2008/12/02 03:20:57 deraadt Exp $ +# $OpenBSD: Makefile,v 1.8 2009/04/12 16:12:53 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} + ${MAKE} clean && ${MAKE} depend && ${MAKE} .endif cp ${.CURDIR}/../../../sys/arch/luna88k/compile/RAMDISK/bsd bsd |