summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-20 09:26:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-04-20 09:26:12 +0000
commite39267d85db046acdc675981ee38412da303adc7 (patch)
tree04ce48c59a52e70e99e0812d32b9d5bf5afd15b5
parentc66dd6afa67cc671bf7327363596b4bdd9726957 (diff)
build it all
-rw-r--r--etc/etc.sparc/Makefile.inc14
1 files changed, 11 insertions, 3 deletions
diff --git a/etc/etc.sparc/Makefile.inc b/etc/etc.sparc/Makefile.inc
index f3b7a1ad34e..5be562939b6 100644
--- a/etc/etc.sparc/Makefile.inc
+++ b/etc/etc.sparc/Makefile.inc
@@ -1,10 +1,10 @@
#
# etc.sparc/Makefile.inc -- sparc-specific etc Makefile targets
#
-# $Id: Makefile.inc,v 1.2 1995/10/27 23:04:51 deraadt Exp $
+# $Id: Makefile.inc,v 1.3 1997/04/20 09:26:11 deraadt Exp $
.ifdef DESTDIR
-snap_md: bsd bsd.scsi3 inst
+snap_md: bsd bsd.scsi3 floppies miniroot docs
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3/bsd \
@@ -20,7 +20,15 @@ bsd.scsi3:
cd ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3 && \
make clean && make depend && make
-inst:
+floppies:
+ cd ${.CURDIR}/../distrib/sparc/floppies && make cleandir && \
+ make && make install
+
+miniroot:
+ cd ${.CURDIR}/../distrib/miniroot && make cleandir && \
+ make && make install
+
+docs:
cp ${.CURDIR}/etc.sparc/README ${DESTDIR}/snapshot/README
cp ${.CURDIR}/etc.sparc/install.sh ${DESTDIR}/snapshot/install.sh