Browse Source

change kernel name to bsd from netbsd

OPENBSD_2_1
kstailey 27 years ago
parent
commit
ffd70f55a0
1 changed files with 8 additions and 8 deletions
  1. +8
    -8
      src/etc/etc.sun3/Makefile.inc

+ 8
- 8
src/etc/etc.sun3/Makefile.inc View File

@ -1,20 +1,20 @@
#
# etc.sun3/Makefile.inc -- sun3-specific etc Makefile targets
#
# $Id: Makefile.inc,v 1.1.1.1 1995/10/18 08:38:02 deraadt Exp $
# $Id: Makefile.inc,v 1.2 1997/05/03 15:25:02 kstailey Exp $
.ifdef DESTDIR
snap_md: netbsd-gen netbsd-dl
snap_md: bsd-gen bsd-dl
cp -p ${.CURDIR}/etc.sun3/README ${DESTDIR}/snapshot/README
netbsd-gen:
bsd-gen:
cd ${.CURDIR}/../sys/arch/sun3/compile/GENERIC && make
gzip -9 < ${.CURDIR}/../sys/arch/sun3/compile/GENERIC/netbsd \
> ${DESTDIR}/snapshot/netbsd-gen.gz
gzip -9 < ${.CURDIR}/../sys/arch/sun3/compile/GENERIC/bsd \
> ${DESTDIR}/snapshot/bsd-gen.gz
netbsd-dl:
bsd-dl:
cd ${.CURDIR}/../sys/arch/sun3/compile/DISKLESS && make
gzip -9 < ${.CURDIR}/../sys/arch/sun3/compile/DISKLESS/netbsd \
> ${DESTDIR}/snapshot/netbsd-dl.gz
gzip -9 < ${.CURDIR}/../sys/arch/sun3/compile/DISKLESS/bsd \
> ${DESTDIR}/snapshot/bsd-dl.gz
.endif # DESTDIR check

Loading…
Cancel
Save