summaryrefslogtreecommitdiff
path: root/etc/etc.sgi
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-07-27 02:53:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-07-27 02:53:56 +0000
commit98029a0db3e64429ea0666359a76ba109d02c745 (patch)
tree3a21abb04d18954e9f52943c006ce1018e336d30 /etc/etc.sgi
parent28851f92df70838015e885f9c86e666cc7d202fe (diff)
unify these damnit!
Diffstat (limited to 'etc/etc.sgi')
-rw-r--r--etc/etc.sgi/Makefile.inc14
1 files changed, 6 insertions, 8 deletions
diff --git a/etc/etc.sgi/Makefile.inc b/etc/etc.sgi/Makefile.inc
index 01608ca3978..5e264a79e3f 100644
--- a/etc/etc.sgi/Makefile.inc
+++ b/etc/etc.sgi/Makefile.inc
@@ -1,9 +1,7 @@
-# $OpenBSD: Makefile.inc,v 1.3 2006/07/24 18:11:47 deraadt Exp $
-# etc.sgi/Makefile.inc -- sgi-specific etc Makefile targets
+# $OpenBSD: Makefile.inc,v 1.4 2006/07/27 02:53:55 deraadt Exp $
.ifdef DESTDIR
-
-snap_md: bsd distrib1
+snap_md: bsd bootblocks distrib
cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
@@ -12,9 +10,9 @@ bsd:
cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
-distrib1:
- ${MAKE} distrib
+bootblocks:
+ #none needed
-.PHONY: bsd distrib1
+.PHONY: bsd bootblocks
-.endif
+.endif # DESTDIR check