summaryrefslogtreecommitdiff
path: root/etc/etc.sun3/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.sun3/Makefile.inc')
-rw-r--r--etc/etc.sun3/Makefile.inc8
1 files changed, 3 insertions, 5 deletions
diff --git a/etc/etc.sun3/Makefile.inc b/etc/etc.sun3/Makefile.inc
index b061d9460e6..3c5ef5a9c72 100644
--- a/etc/etc.sun3/Makefile.inc
+++ b/etc/etc.sun3/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.4 2000/06/19 01:49:30 miod Exp $
+# $OpenBSD: Makefile.inc,v 1.5 2002/05/13 07:22:43 espie Exp $
# etc.sun3/Makefile.inc -- sun3-specific etc Makefile targets
.ifdef DESTDIR
@@ -9,13 +9,11 @@ snap_md: bsd bootblocks distrib
bsd:
cd ${.CURDIR}/../sys/arch/sun3/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/sun3/compile/GENERIC && \
- make clean && make depend && make
+ ${MAKE} clean && ${MAKE} depend && exec ${MAKE}
bootblocks:
cp ${DESTDIR}/usr/mdec/*boot* ${DESTDIR}/snapshot
-distrib:
- cd ${.CURDIR}/../distrib && make cleandir && \
- make && make install
+.PHONY: bsd bootblocks
.endif # DESTDIR check