Browse Source

No need to make depend kernels

OPENBSD_5_0
deraadt 13 years ago
parent
commit
a20c01d6b8
23 changed files with 54 additions and 54 deletions
  1. +2
    -2
      src/etc/etc.alpha/Makefile.inc
  2. +3
    -3
      src/etc/etc.amd64/Makefile.inc
  3. +2
    -2
      src/etc/etc.armish/Makefile.inc
  4. +2
    -2
      src/etc/etc.aviion/Makefile.inc
  5. +2
    -2
      src/etc/etc.hp300/Makefile.inc
  6. +3
    -3
      src/etc/etc.hppa/Makefile.inc
  7. +2
    -2
      src/etc/etc.hppa64/Makefile.inc
  8. +3
    -3
      src/etc/etc.i386/Makefile.inc
  9. +2
    -2
      src/etc/etc.landisk/Makefile.inc
  10. +2
    -2
      src/etc/etc.loongson/Makefile.inc
  11. +2
    -2
      src/etc/etc.luna88k/Makefile.inc
  12. +2
    -2
      src/etc/etc.mac68k/Makefile.inc
  13. +3
    -3
      src/etc/etc.macppc/Makefile.inc
  14. +2
    -2
      src/etc/etc.mvme68k/Makefile.inc
  15. +3
    -3
      src/etc/etc.mvme88k/Makefile.inc
  16. +2
    -2
      src/etc/etc.mvmeppc/Makefile.inc
  17. +2
    -2
      src/etc/etc.palm/Makefile.inc
  18. +5
    -5
      src/etc/etc.sgi/Makefile.inc
  19. +2
    -2
      src/etc/etc.socppc/Makefile.inc
  20. +2
    -2
      src/etc/etc.sparc/Makefile.inc
  21. +2
    -2
      src/etc/etc.sparc64/Makefile.inc
  22. +2
    -2
      src/etc/etc.vax/Makefile.inc
  23. +2
    -2
      src/etc/etc.zaurus/Makefile.inc

+ 2
- 2
src/etc/etc.alpha/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/alpha/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/alpha/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/alpha/conf && config GENERIC cd ${.CURDIR}/../sys/arch/alpha/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/alpha/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/alpha/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}


+ 3
- 3
src/etc/etc.amd64/Makefile.inc View File

@ -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 kernels: bsd bsd.mp bootblocks
cp ${.CURDIR}/../sys/arch/amd64/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/amd64/compile/GENERIC/bsd \
@ -9,12 +9,12 @@ kernels: bsd bsd.mp bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/amd64/conf && config GENERIC cd ${.CURDIR}/../sys/arch/amd64/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/amd64/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/amd64/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bsd.mp: bsd.mp:
cd ${.CURDIR}/../sys/arch/amd64/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/amd64/conf && config GENERIC.MP
cd ${.CURDIR}/../sys/arch/amd64/compile/GENERIC.MP && \ cd ${.CURDIR}/../sys/arch/amd64/compile/GENERIC.MP && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/pxeboot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/pxeboot ${RELEASEDIR}


+ 2
- 2
src/etc/etc.armish/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/armish/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/armish/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/armish/conf && config GENERIC cd ${.CURDIR}/../sys/arch/armish/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/armish/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/armish/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}


+ 2
- 2
src/etc/etc.aviion/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/aviion/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/aviion/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/aviion/conf && config GENERIC cd ${.CURDIR}/../sys/arch/aviion/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/aviion/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/aviion/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && ${MAKE}
${MAKE} clean && ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/ cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/


+ 2
- 2
src/etc/etc.hp300/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/hp300/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hp300/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/hp300/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/uboot.lif ${RELEASEDIR}/SYS_UBOOT cp ${DESTDIR}/usr/mdec/uboot.lif ${RELEASEDIR}/SYS_UBOOT


+ 3
- 3
src/etc/etc.hppa/Makefile.inc View File

@ -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 kernels: bootblocks bsd bsd.mp
cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/hppa/compile/GENERIC/bsd \
@ -9,12 +9,12 @@ kernels: bootblocks bsd bsd.mp
bsd: bsd:
cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bsd.mp: bsd.mp:
cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/hppa/conf && config GENERIC.MP
cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC.MP && \ cd ${.CURDIR}/../sys/arch/hppa/compile/GENERIC.MP && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR}


+ 2
- 2
src/etc/etc.hppa64/Makefile.inc View File

@ -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 kernels: bootblocks bsd
cp ${.CURDIR}/../sys/arch/hppa64/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/hppa64/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bootblocks bsd
bsd: bsd:
cd ${.CURDIR}/../sys/arch/hppa64/conf && config GENERIC cd ${.CURDIR}/../sys/arch/hppa64/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/hppa64/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/hppa64/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/xxboot ${RELEASEDIR}


+ 3
- 3
src/etc/etc.i386/Makefile.inc View File

@ -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 kernels: bsd bsd.mp bootblocks linux-notes
cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/i386/compile/GENERIC/bsd \
@ -9,12 +9,12 @@ kernels: bsd bsd.mp bootblocks linux-notes
bsd: bsd:
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bsd.mp: bsd.mp:
cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/i386/conf && config GENERIC.MP
cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC.MP && \ cd ${.CURDIR}/../sys/arch/i386/compile/GENERIC.MP && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/pxeboot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/pxeboot ${RELEASEDIR}


+ 2
- 2
src/etc/etc.landisk/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/landisk/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/landisk/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/landisk/conf && config GENERIC cd ${.CURDIR}/../sys/arch/landisk/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/landisk/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/landisk/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/mbr ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/mbr ${RELEASEDIR}


+ 2
- 2
src/etc/etc.loongson/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/loongson/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/loongson/compile/GENERIC/bsd \
@ -6,7 +6,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/loongson/conf && config GENERIC cd ${.CURDIR}/../sys/arch/loongson/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/loongson/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/loongson/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}


+ 2
- 2
src/etc/etc.luna88k/Makefile.inc View File

@ -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 kernels: bsd
cp ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd
bsd: bsd:
cd ${.CURDIR}/../sys/arch/luna88k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/luna88k/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && ${MAKE}
${MAKE} clean && ${MAKE}
MDEXT= bsd bsd.rd MDEXT= bsd bsd.rd


+ 2
- 2
src/etc/etc.mac68k/Makefile.inc View File

@ -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 kernels: bsd
cp ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd
bsd: bsd:
cd ${.CURDIR}/../sys/arch/mac68k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mac68k/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/mac68k/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
MDEXT= bsd bsd.rd # utils?? MDEXT= bsd bsd.rd # utils??


+ 3
- 3
src/etc/etc.macppc/Makefile.inc View File

@ -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 kernels: bsd bsd.mp bootblocks
cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC/bsd \
@ -9,12 +9,12 @@ kernels: bsd bsd.mp bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/macppc/conf && config GENERIC cd ${.CURDIR}/../sys/arch/macppc/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/macppc/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/macppc/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bsd.mp: bsd.mp:
cd ${.CURDIR}/../sys/arch/macppc/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/macppc/conf && config GENERIC.MP
cd ${.CURDIR}/../sys/arch/macppc/compile/GENERIC.MP && \ cd ${.CURDIR}/../sys/arch/macppc/compile/GENERIC.MP && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/ofwboot ${RELEASEDIR}/ofwboot cp ${DESTDIR}/usr/mdec/ofwboot ${RELEASEDIR}/ofwboot


+ 2
- 2
src/etc/etc.mvme68k/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/mvme68k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mvme68k/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/ cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/


+ 3
- 3
src/etc/etc.mvme88k/Makefile.inc View File

@ -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 kernels: bsd bsd.mp bootblocks
cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC/bsd \
@ -9,12 +9,12 @@ kernels: bsd bsd.mp bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && ${MAKE}
${MAKE} clean && ${MAKE}
bsd.mp: bsd.mp:
cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/mvme88k/conf && config GENERIC.MP
cd ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC.MP && \ cd ${.CURDIR}/../sys/arch/mvme88k/compile/GENERIC.MP && \
${MAKE} clean && ${MAKE} depend && ${MAKE}
${MAKE} clean && ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/ cp ${DESTDIR}/usr/mdec/* ${RELEASEDIR}/


+ 2
- 2
src/etc/etc.mvmeppc/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/mvmeppc/conf && config GENERIC cd ${.CURDIR}/../sys/arch/mvmeppc/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/mvmeppc/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}/bootxx cp ${DESTDIR}/usr/mdec/bootxx ${RELEASEDIR}/bootxx


+ 2
- 2
src/etc/etc.palm/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/palm/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/palm/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/palm/conf && config GENERIC cd ${.CURDIR}/../sys/arch/palm/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/palm/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/palm/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/zboot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/zboot ${RELEASEDIR}


+ 5
- 5
src/etc/etc.sgi/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP27/bsd \ cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP27/bsd \
@ -13,16 +13,16 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP27 cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC-IP27
cd ${.CURDIR}/../sys/arch/sgi/compile/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/conf && config GENERIC-IP30
cd ${.CURDIR}/../sys/arch/sgi/compile/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/conf && config GENERIC-IP30.MP
cd ${.CURDIR}/../sys/arch/sgi/compile/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/conf && config GENERIC-IP32
cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP32 && \ cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC-IP32 && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/boot32 ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/boot32 ${RELEASEDIR}


+ 2
- 2
src/etc/etc.socppc/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/socppc/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/socppc/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/socppc/conf && config GENERIC cd ${.CURDIR}/../sys/arch/socppc/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/socppc/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/socppc/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot cp ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot


+ 2
- 2
src/etc/etc.sparc/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \
@ -11,7 +11,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/sparc/conf && config GENERIC cd ${.CURDIR}/../sys/arch/sparc/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/sparc/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/sparc/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/*boot* ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/*boot* ${RELEASEDIR}


+ 2
- 2
src/etc/etc.sparc64/Makefile.inc View File

@ -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 kernels: bsd bsd.mp bootblocks
cp ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC/bsd \
@ -9,7 +9,7 @@ kernels: bsd bsd.mp bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/sparc64/conf && config GENERIC cd ${.CURDIR}/../sys/arch/sparc64/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/sparc64/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bsd.mp: bsd.mp:
cd ${.CURDIR}/../sys/arch/sparc64/conf && config GENERIC.MP cd ${.CURDIR}/../sys/arch/sparc64/conf && config GENERIC.MP


+ 2
- 2
src/etc/etc.vax/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/vax/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/vax/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/vax/conf && config GENERIC cd ${.CURDIR}/../sys/arch/vax/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/vax/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/vax/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
mopa.out ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot.mop mopa.out ${DESTDIR}/usr/mdec/boot ${RELEASEDIR}/boot.mop


+ 2
- 2
src/etc/etc.zaurus/Makefile.inc View File

@ -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 kernels: bsd bootblocks
cp ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC/bsd \ cp ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC/bsd \
@ -7,7 +7,7 @@ kernels: bsd bootblocks
bsd: bsd:
cd ${.CURDIR}/../sys/arch/zaurus/conf && config GENERIC cd ${.CURDIR}/../sys/arch/zaurus/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC && \ cd ${.CURDIR}/../sys/arch/zaurus/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
${MAKE} clean && exec ${MAKE}
bootblocks: bootblocks:
cp ${DESTDIR}/usr/mdec/zboot ${RELEASEDIR} cp ${DESTDIR}/usr/mdec/zboot ${RELEASEDIR}


Loading…
Cancel
Save