summaryrefslogtreecommitdiff
path: root/etc/etc.sun3
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-05-03 15:25:03 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-05-03 15:25:03 +0000
commit837c1761d4595cc9942fa7f39f111c165fe7f92e (patch)
tree96fb476c04f19a46e0e28dbcf2fb60a84b2c3c54 /etc/etc.sun3
parent310fc6ab72fdb7dae3309ad77f077152329ac89c (diff)
change kernel name to bsd from netbsd
Diffstat (limited to 'etc/etc.sun3')
-rw-r--r--etc/etc.sun3/Makefile.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/etc.sun3/Makefile.inc b/etc/etc.sun3/Makefile.inc
index 6fe7969d29a..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 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