diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-15 03:11:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-04-15 03:11:39 +0000 |
commit | 847e8a9bf0e99af86e8791ea570d84b9d3bc54f9 (patch) | |
tree | 36ed3e19ecb38ce2546cecb4216e864e9c5a9706 /etc/etc.vax | |
parent | 9ce1a5035488e02b56b2fe256a43739114b252da (diff) |
No need to make depend kernels
Diffstat (limited to 'etc/etc.vax')
-rw-r--r-- | etc/etc.vax/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.vax/Makefile.inc b/etc/etc.vax/Makefile.inc index da260f8af47..9115512271a 100644 --- a/etc/etc.vax/Makefile.inc +++ b/etc/etc.vax/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.10 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.11 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/vax/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/vax/conf && config GENERIC cd ${.CURDIR}/../sys/arch/vax/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: mopa.out ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot.mop |