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.amd64 | |
parent | 9ce1a5035488e02b56b2fe256a43739114b252da (diff) |
No need to make depend kernels
Diffstat (limited to 'etc/etc.amd64')
-rw-r--r-- | etc/etc.amd64/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.amd64/Makefile.inc b/etc/etc.amd64/Makefile.inc index d92b060ccf0..f9d322aa017 100644 --- a/etc/etc.amd64/Makefile.inc +++ b/etc/etc.amd64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.11 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.12 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bsd.mp bootblocks cp ${.CURDIR}/../sys/arch/amd64/compile/GENERIC/bsd \ @@ -9,12 +9,12 @@ kernels: bsd bsd.mp bootblocks bsd: cd ${.CURDIR}/../sys/arch/amd64/conf && config GENERIC cd ${.CURDIR}/../sys/arch/amd64/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/amd64/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/amd64/compile/GENERIC.MP && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/pxeboot ${RELEASEDIR} |