change kernel name to bsd from netbsd
authorkstailey <kstailey@openbsd.org>
Sat, 3 May 1997 15:25:02 +0000 (15:25 +0000)
committerkstailey <kstailey@openbsd.org>
Sat, 3 May 1997 15:25:02 +0000 (15:25 +0000)
etc/etc.sun3/Makefile.inc

index 7d2ad90..092521d 100644 (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