summaryrefslogtreecommitdiff
path: root/etc/etc.sparc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-18 17:17:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-09-18 17:17:41 +0000
commitb032c591fc96616a5663da6b4bffa988e7a039fe (patch)
tree2d604502bd8ba5cceea81d5c4175da4f2e2cb284 /etc/etc.sparc
parent804b9ee7e1e55305a39d9af075e6be189430a1e3 (diff)
for architectures which go into src/distrib automatically, start at the
top level there...
Diffstat (limited to 'etc/etc.sparc')
-rw-r--r--etc/etc.sparc/Makefile.inc20
1 files changed, 6 insertions, 14 deletions
diff --git a/etc/etc.sparc/Makefile.inc b/etc/etc.sparc/Makefile.inc
index f69a1042d42..713323b00ce 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.6 1997/05/14 22:06:41 deraadt Exp $
+# $Id: Makefile.inc,v 1.7 1997/09/18 17:17:40 deraadt Exp $
.ifdef DESTDIR
-snap_md: bsd bsd.scsi3 floppies miniroot bootblocks ramdisk
+snap_md: bsd bsd.scsi3 bootblocks distrib
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
cp ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3/bsd \
@@ -20,19 +20,11 @@ bsd.scsi3:
cd ${.CURDIR}/../sys/arch/sparc/compile/GENERIC_SCSI3 && \
make clean && make depend && make
-floppies:
- cd ${.CURDIR}/../distrib/sparc/floppies && make cleandir && \
- make && make install
-
-miniroot:
- cd ${.CURDIR}/../distrib/miniroot && make cleandir && \
- make && make install
-
-ramdisk:
- cd ${.CURDIR}/../distrib/ramdisk && make cleandir && \
- make && make install
-
bootblocks:
cp ${DESTDIR}/usr/mdec/*boot* ${DESTDIR}/snapshot
+distrib:
+ cd ${.CURDIR}/../distrib && make cleandir && \
+ make && make install
+
.endif # DESTDIR check