From: kstailey Date: Sat, 3 May 1997 15:25:02 +0000 (+0000) Subject: change kernel name to bsd from netbsd X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8313655d449ed007422822807c17a0806aa646be;p=openbsd change kernel name to bsd from netbsd --- diff --git a/etc/etc.sun3/Makefile.inc b/etc/etc.sun3/Makefile.inc index 7d2ad90d1df..092521d19ff 100644 --- a/etc/etc.sun3/Makefile.inc +++ b/etc/etc.sun3/Makefile.inc @@ -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