Browse Source

build & ship bsd.rd

OPENBSD_3_6
deraadt 20 years ago
parent
commit
09b1cd4ecc
1 changed files with 9 additions and 2 deletions
  1. +9
    -2
      src/etc/etc.amd64/Makefile.inc

+ 9
- 2
src/etc/etc.amd64/Makefile.inc View File

@ -1,15 +1,22 @@
# $OpenBSD: Makefile.inc,v 1.4 2004/03/21 23:25:11 tom Exp $
# $OpenBSD: Makefile.inc,v 1.5 2004/06/25 11:03:36 deraadt Exp $
.ifdef DESTDIR
snap_md: bsd distrib bootblocks
snap_md: bsd bsd.mp distrib bootblocks
cp ${.CURDIR}/../sys/arch/amd64/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
cp ${.CURDIR}/../sys/arch/amd64/compile/GENERIC.MP/bsd \
${DESTDIR}/snapshot/bsd.mp
bsd:
cd ${.CURDIR}/../sys/arch/amd64/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/amd64/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && 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}
bootblocks:
cp ${DESTDIR}/usr/mdec/pxeboot ${DESTDIR}/snapshot


Loading…
Cancel
Save