summaryrefslogtreecommitdiff
path: root/etc/etc.sgi
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.sgi')
-rw-r--r--etc/etc.sgi/Makefile.inc13
1 files changed, 5 insertions, 8 deletions
diff --git a/etc/etc.sgi/Makefile.inc b/etc/etc.sgi/Makefile.inc
index 5e264a79e3f..97957a56e99 100644
--- a/etc/etc.sgi/Makefile.inc
+++ b/etc/etc.sgi/Makefile.inc
@@ -1,18 +1,15 @@
-# $OpenBSD: Makefile.inc,v 1.4 2006/07/27 02:53:55 deraadt Exp $
+# $OpenBSD: Makefile.inc,v 1.5 2009/04/17 03:58:54 deraadt Exp $
-.ifdef DESTDIR
-snap_md: bsd bootblocks distrib
+kernels: bsd
cp ${.CURDIR}/../sys/arch/sgi/compile/GENERIC/bsd \
- ${DESTDIR}/snapshot/bsd
+ ${RELEASEDIR}/bsd
bsd:
cd ${.CURDIR}/../sys/arch/sgi/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/sgi/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && exec ${MAKE}
-bootblocks:
- #none needed
+MDEXT=
-.PHONY: bsd bootblocks
+.PHONY: bsd
-.endif # DESTDIR check