summaryrefslogtreecommitdiff
path: root/etc/etc.mvme68k/Makefile.inc
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.mvme68k/Makefile.inc
parent804b9ee7e1e55305a39d9af075e6be189430a1e3 (diff)
for architectures which go into src/distrib automatically, start at the
top level there...
Diffstat (limited to 'etc/etc.mvme68k/Makefile.inc')
-rw-r--r--etc/etc.mvme68k/Makefile.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.mvme68k/Makefile.inc b/etc/etc.mvme68k/Makefile.inc
index bdf995bd208..7623ac919f2 100644
--- a/etc/etc.mvme68k/Makefile.inc
+++ b/etc/etc.mvme68k/Makefile.inc
@@ -1,10 +1,10 @@
#
# etc.mvme68k/Makefile.inc -- mvme68k-specific etc Makefile targets
#
-# $Id: Makefile.inc,v 1.5 1997/05/10 22:45:16 deraadt Exp $
+# $Id: Makefile.inc,v 1.6 1997/09/18 17:17:37 deraadt Exp $
.ifdef DESTDIR
-snap_md: bsd-generic bootblocks ramdisk
+snap_md: bsd-generic bootblocks distrib
cp ${.CURDIR}/../sys/arch/mvme68k/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
@@ -16,8 +16,8 @@ bsd-generic:
bootblocks:
cp ${DESTDIR}/usr/mdec/* ${DESTDIR}/snapshot/
-ramdisk:
- cd ${.CURDIR}/../distrib/mvme68k/ramdisk && make cleandir && \
+distrib:
+ cd ${.CURDIR}/../distrib && make cleandir && \
make && make install
.endif # DESTDIR check