summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-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