diff options
author | 2011-04-15 03:11:38 +0000 | |
---|---|---|
committer | 2011-04-15 03:11:38 +0000 | |
commit | eb73e2cf12ccad136494d32c1caaf4715cd21d4f (patch) | |
tree | 65d4edfbb0d29e80d1782faa3b7464a02b3557ae | |
parent | No need to make depend kernels; ok guenther (diff) | |
download | wireguard-openbsd-eb73e2cf12ccad136494d32c1caaf4715cd21d4f.tar.xz wireguard-openbsd-eb73e2cf12ccad136494d32c1caaf4715cd21d4f.zip |
No need to make depend kernels
-rw-r--r-- | etc/etc.alpha/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.amd64/Makefile.inc | 6 | ||||
-rw-r--r-- | etc/etc.armish/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.aviion/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.hp300/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.hppa/Makefile.inc | 6 | ||||
-rw-r--r-- | etc/etc.hppa64/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.i386/Makefile.inc | 6 | ||||
-rw-r--r-- | etc/etc.landisk/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.loongson/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.luna88k/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.mac68k/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.macppc/Makefile.inc | 6 | ||||
-rw-r--r-- | etc/etc.mvme68k/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.mvme88k/Makefile.inc | 6 | ||||
-rw-r--r-- | etc/etc.mvmeppc/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.palm/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.sgi/Makefile.inc | 10 | ||||
-rw-r--r-- | etc/etc.socppc/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.sparc/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.sparc64/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.vax/Makefile.inc | 4 | ||||
-rw-r--r-- | etc/etc.zaurus/Makefile.inc | 4 |
23 files changed, 54 insertions, 54 deletions
diff --git a/etc/etc.alpha/Makefile.inc b/etc/etc.alpha/Makefile.inc index fc6351e5099..60bbe584d70 100644 --- a/etc/etc.alpha/Makefile.inc +++ b/etc/etc.alpha/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.19 2011/01/14 17:18:49 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.20 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/alpha/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/alpha/conf && config GENERIC cd ${.CURDIR}/../sys/arch/alpha/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} 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} diff --git a/etc/etc.armish/Makefile.inc b/etc/etc.armish/Makefile.inc index c19f19a7959..fce2fc533b3 100644 --- a/etc/etc.armish/Makefile.inc +++ b/etc/etc.armish/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.7 2009/04/21 09:12:26 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.8 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/armish/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/armish/conf && config GENERIC cd ${.CURDIR}/../sys/arch/armish/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} diff --git a/etc/etc.aviion/Makefile.inc b/etc/etc.aviion/Makefile.inc index f3199ff5e1f..8d3aae476d7 100644 --- a/etc/etc.aviion/Makefile.inc +++ b/etc/etc.aviion/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2009/04/21 09:12:26 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/aviion/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/aviion/conf && config GENERIC cd ${.CURDIR}/../sys/arch/aviion/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && ${MAKE} + ${MAKE} clean && ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/ diff --git a/etc/etc.hp300/Makefile.inc b/etc/etc.hp300/Makefile.inc index 5fbb8e6e2c1..66d85936d95 100644 --- a/etc/etc.hp300/Makefile.inc +++ b/etc/etc.hp300/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.21 2009/04/21 09:12:26 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.22 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/uboot.lif ${RELEASEDIR}/SYS_UBOOT diff --git a/etc/etc.hppa/Makefile.inc b/etc/etc.hppa/Makefile.inc index 53973dc5ada..49330f90e32 100644 --- a/etc/etc.hppa/Makefile.inc +++ b/etc/etc.hppa/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: bootblocks bsd bsd.mp cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \ @@ -9,12 +9,12 @@ kernels: bootblocks bsd bsd.mp bsd: cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC.MP && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} diff --git a/etc/etc.hppa64/Makefile.inc b/etc/etc.hppa64/Makefile.inc index 91e5f62185d..ece06ff1283 100644 --- a/etc/etc.hppa64/Makefile.inc +++ b/etc/etc.hppa64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2011/04/15 03:11:38 deraadt Exp $ kernels: bootblocks bsd cp ${.CURDIR}/../sys/arch/hppa64/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bootblocks bsd bsd: cd ${.CURDIR}/../sys/arch/hppa64/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hppa64/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} diff --git a/etc/etc.i386/Makefile.inc b/etc/etc.i386/Makefile.inc index 0c5e1615149..93b93ce70fb 100644 --- a/etc/etc.i386/Makefile.inc +++ b/etc/etc.i386/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.18 2009/04/21 09:12:26 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.19 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bsd.mp bootblocks linux-notes cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \ @@ -9,12 +9,12 @@ kernels: bsd bsd.mp bootblocks linux-notes bsd: cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC.MP && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/pxeboot ${RELEASEDIR} diff --git a/etc/etc.landisk/Makefile.inc b/etc/etc.landisk/Makefile.inc index 1e484ab8d67..90c581fee5f 100644 --- a/etc/etc.landisk/Makefile.inc +++ b/etc/etc.landisk/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2010/08/17 19:17:14 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/landisk/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/landisk/conf && config GENERIC cd ${.CURDIR}/../sys/arch/landisk/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/mbr ${RELEASEDIR} diff --git a/etc/etc.loongson/Makefile.inc b/etc/etc.loongson/Makefile.inc index 575f318824b..71d0f293778 100644 --- a/etc/etc.loongson/Makefile.inc +++ b/etc/etc.loongson/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.3 2010/02/23 11:01:06 otto Exp $ +# $OpenBSD: Makefile.inc,v 1.4 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/loongson/compile/GENERIC/bsd \ @@ -6,7 +6,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/loongson/conf && config GENERIC cd ${.CURDIR}/../sys/arch/loongson/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} diff --git a/etc/etc.luna88k/Makefile.inc b/etc/etc.luna88k/Makefile.inc index e4614a94203..94966c6c2d2 100644 --- a/etc/etc.luna88k/Makefile.inc +++ b/etc/etc.luna88k/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2009/04/21 09:12:26 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd cp ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bsd: cd ${.CURDIR}/../sys/arch/luna88k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && ${MAKE} + ${MAKE} clean && ${MAKE} MDEXT= bsd bsd.rd diff --git a/etc/etc.mac68k/Makefile.inc b/etc/etc.mac68k/Makefile.inc index 61c4524d6ee..eb447779093 100644 --- a/etc/etc.mac68k/Makefile.inc +++ b/etc/etc.mac68k/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.13 2009/04/22 16:16:22 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.14 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd cp ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bsd: cd ${.CURDIR}/../sys/arch/mac68k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} MDEXT= bsd bsd.rd # utils?? diff --git a/etc/etc.macppc/Makefile.inc b/etc/etc.macppc/Makefile.inc index 90224fc6c03..28dceca23f4 100644 --- a/etc/etc.macppc/Makefile.inc +++ b/etc/etc.macppc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.14 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.15 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bsd.mp bootblocks cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC/bsd \ @@ -9,12 +9,12 @@ kernels: bsd bsd.mp bootblocks bsd: cd ${.CURDIR}/../sys/arch/macppc/conf && config GENERIC cd ${.CURDIR}/../sys/arch/macppc/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/macppc/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/macppc/compile/GENERIC.MP && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/ofwboot ${RELEASEDIR}/ofwboot diff --git a/etc/etc.mvme68k/Makefile.inc b/etc/etc.mvme68k/Makefile.inc index 85b8897ffe5..3cb4902bef4 100644 --- a/etc/etc.mvme68k/Makefile.inc +++ b/etc/etc.mvme68k/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 2010/08/17 19:17:14 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/mvme68k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/ diff --git a/etc/etc.mvme88k/Makefile.inc b/etc/etc.mvme88k/Makefile.inc index 041511597d6..aa1d27fae55 100644 --- a/etc/etc.mvme88k/Makefile.inc +++ b/etc/etc.mvme88k/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 2010/08/17 19:17:14 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bsd.mp bootblocks cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC/bsd \ @@ -9,12 +9,12 @@ kernels: bsd bsd.mp bootblocks bsd: cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && ${MAKE} + ${MAKE} clean && ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC.MP && \ - ${MAKE} clean && ${MAKE} depend && ${MAKE} + ${MAKE} clean && ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/ diff --git a/etc/etc.mvmeppc/Makefile.inc b/etc/etc.mvmeppc/Makefile.inc index e6822d99e38..29faf3a2de9 100644 --- a/etc/etc.mvmeppc/Makefile.inc +++ b/etc/etc.mvmeppc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.6 2009/04/21 09:12:27 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.7 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/mvmeppc/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}/bootxx diff --git a/etc/etc.palm/Makefile.inc b/etc/etc.palm/Makefile.inc index ce8dddabe79..9126425b54b 100644 --- a/etc/etc.palm/Makefile.inc +++ b/etc/etc.palm/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.1 2009/09/05 02:19:09 marex Exp $ +# $OpenBSD: Makefile.inc,v 1.2 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/palm/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/palm/conf && config GENERIC cd ${.CURDIR}/../sys/arch/palm/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/zboot ${RELEASEDIR} diff --git a/etc/etc.sgi/Makefile.inc b/etc/etc.sgi/Makefile.inc index 1e99da20e87..8bf6c14f68c 100644 --- a/etc/etc.sgi/Makefile.inc +++ b/etc/etc.sgi/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.12 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.13 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP27/bsd \ @@ -13,16 +13,16 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP27 cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP27 && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP30 cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP30 && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP30.MP cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP30.MP && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP32 cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP32 && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/boot32 ${RELEASEDIR} diff --git a/etc/etc.socppc/Makefile.inc b/etc/etc.socppc/Makefile.inc index fd36cd00c13..64a8115952b 100644 --- a/etc/etc.socppc/Makefile.inc +++ b/etc/etc.socppc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.5 2010/08/17 19:17:14 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.6 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/socppc/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/socppc/conf && config GENERIC cd ${.CURDIR}/../sys/arch/socppc/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot diff --git a/etc/etc.sparc/Makefile.inc b/etc/etc.sparc/Makefile.inc index 4c96c7b38fa..8c03ae4238e 100644 --- a/etc/etc.sparc/Makefile.inc +++ b/etc/etc.sparc/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.18 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.19 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ @@ -11,7 +11,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/sparc/conf && config GENERIC cd ${.CURDIR}/../sys/arch/sparc/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/*boot* ${RELEASEDIR} diff --git a/etc/etc.sparc64/Makefile.inc b/etc/etc.sparc64/Makefile.inc index e38c410fca3..91036fb2aed 100644 --- a/etc/etc.sparc64/Makefile.inc +++ b/etc/etc.sparc64/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2011/01/14 17:18:50 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bsd.mp bootblocks cp ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC/bsd \ @@ -9,7 +9,7 @@ kernels: bsd bsd.mp bootblocks bsd: cd ${.CURDIR}/../sys/arch/sparc64/conf && config GENERIC cd ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bsd.mp: cd ${.CURDIR}/../sys/arch/sparc64/conf && config GENERIC.MP 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 diff --git a/etc/etc.zaurus/Makefile.inc b/etc/etc.zaurus/Makefile.inc index d3ac324d587..7908a2ffc12 100644 --- a/etc/etc.zaurus/Makefile.inc +++ b/etc/etc.zaurus/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2009/06/26 03:57:11 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2011/04/15 03:11:38 deraadt Exp $ kernels: bsd bootblocks cp ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC/bsd \ @@ -7,7 +7,7 @@ kernels: bsd bootblocks bsd: cd ${.CURDIR}/../sys/arch/zaurus/conf && config GENERIC cd ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC && \ - ${MAKE} clean && ${MAKE} depend && exec ${MAKE} + ${MAKE} clean && exec ${MAKE} bootblocks: cp ${DESTDIR}/usr/mdec/zboot ${RELEASEDIR} |