Browse Source

build a bsd.rd too

OPENBSD_2_1
deraadt 27 years ago
parent
commit
f60ace571a
1 changed files with 6 additions and 2 deletions
  1. +6
    -2
      src/etc/etc.sparc/Makefile.inc

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

@ -1,10 +1,10 @@
#
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
#
# $Id: Makefile.inc,v 1.5 1997/05/13 08:00:58 deraadt Exp $
# $Id: Makefile.inc,v 1.6 1997/05/14 22:06:41 deraadt Exp $
.ifdef DESTDIR
snap_md: bsd bsd.scsi3 floppies miniroot bootblocks
snap_md: bsd bsd.scsi3 floppies miniroot bootblocks ramdisk
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3/bsd \
@ -28,6 +28,10 @@ miniroot:
cd ${.CURDIR}/../distrib/miniroot && make cleandir && \
make && make install
ramdisk:
cd ${.CURDIR}/../distrib/ramdisk && make cleandir && \
make && make install
bootblocks:
cp ${DESTDIR}/usr/mdec/*boot* ${DESTDIR}/snapshot


Loading…
Cancel
Save