Browse Source

boot.net for sparc

OPENBSD_2_4
todd 26 years ago
parent
commit
85fc8041f9
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/etc/etc.sparc/Makefile.inc

+ 3
- 1
src/etc/etc.sparc/Makefile.inc View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.8 1997/09/21 11:50:38 deraadt Exp $
# $OpenBSD: Makefile.inc,v 1.9 1998/09/23 07:27:06 todd Exp $
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
.ifdef DESTDIR
@ -20,6 +20,8 @@ bsd.scsi3:
bootblocks:
cp ${DESTDIR}/usr/mdec/*boot* ${DESTDIR}/snapshot
${DESTDIR}/usr/mdec/binstall net /tmp && \
mv /tmp/boot.sparc.openbsd ${DESTDIR}/snapshot/boot.net
distrib:
cd ${.CURDIR}/../distrib && make cleandir && \


Loading…
Cancel
Save