Browse Source

use GENERIC and RAMDISK

OPENBSD_2_8
deraadt 24 years ago
parent
commit
dd2e686d36
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/etc/etc.powerpc/Makefile.inc

+ 4
- 4
src/etc/etc.powerpc/Makefile.inc View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile.inc,v 1.15 2000/02/03 03:06:55 rahnds Exp $
# $OpenBSD: Makefile.inc,v 1.16 2000/08/08 01:08:07 deraadt Exp $
# etc.powerpc/Makefile.inc -- powerpc-specific etc Makefile targets
.ifdef DESTDIR
snap_md: bsd distrib
bsd:
cd ${.CURDIR}/../sys/arch/powerpc/conf && config GENERICMAC
cd ${.CURDIR}/../sys/arch/powerpc/compile/GENERICMAC && \
cd ${.CURDIR}/../sys/arch/powerpc/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/powerpc/compile/GENERIC && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/powerpc/compile/GENERICMAC/bsd \
cp ${.CURDIR}/../sys/arch/powerpc/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
# knows about bsd.rd and bsdofw.rd


Loading…
Cancel
Save