summaryrefslogtreecommitdiff
path: root/etc/etc.sparc/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-27 23:04:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-27 23:04:52 +0000
commitccdb4fd92209c114a1beb1f360c990d5538fb32d (patch)
tree0216a65268f4827edb3a54c8bcf9771f895dacdb /etc/etc.sparc/Makefile.inc
parente002316ab835bf5c2b696278fe6c68796df5c2dc (diff)
kernel name is bsd
Diffstat (limited to 'etc/etc.sparc/Makefile.inc')
-rw-r--r--etc/etc.sparc/Makefile.inc16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/etc.sparc/Makefile.inc b/etc/etc.sparc/Makefile.inc
index 245d8a65403..f3b7a1ad34e 100644
--- a/etc/etc.sparc/Makefile.inc
+++ b/etc/etc.sparc/Makefile.inc
@@ -1,21 +1,21 @@
#
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
#
-# $Id: Makefile.inc,v 1.1 1995/10/18 08:38:01 deraadt Exp $
+# $Id: Makefile.inc,v 1.2 1995/10/27 23:04:51 deraadt Exp $
.ifdef DESTDIR
-snap_md: netbsd netbsd.scsi3 inst
- cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/netbsd \
- ${DESTDIR}/snapshot/netbsd
- cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3/netbsd \
- ${DESTDIR}/snapshot/netbsd.scsi3
+snap_md: bsd bsd.scsi3 inst
+ cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \
+ ${DESTDIR}/snapshot/bsd
+ cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3/bsd \
+ ${DESTDIR}/snapshot/bsd.scsi3
-netbsd:
+bsd:
cd ${.CURDIR}/../sys/arch/sparc/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/sparc/compile/GENERIC && \
make clean && make depend && make
-netbsd.scsi3:
+bsd.scsi3:
cd ${.CURDIR}/../sys/arch/sparc/conf && config GENERIC_SCSI3
cd ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3 && \
make clean && make depend && make