summaryrefslogtreecommitdiff
path: root/etc/etc.luna88k/Makefile.inc
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.luna88k/Makefile.inc
parent28851f92df70838015e885f9c86e666cc7d202fe (diff)
unify these damnit!
Diffstat (limited to 'etc/etc.luna88k/Makefile.inc')
-rw-r--r--etc/etc.luna88k/Makefile.inc12
1 files changed, 7 insertions, 5 deletions
diff --git a/etc/etc.luna88k/Makefile.inc b/etc/etc.luna88k/Makefile.inc
index 2a35f45385f..1fb4b53f374 100644
--- a/etc/etc.luna88k/Makefile.inc
+++ b/etc/etc.luna88k/Makefile.inc
@@ -1,16 +1,18 @@
-# $OpenBSD: Makefile.inc,v 1.1 2004/04/21 18:23:44 miod Exp $
-# etc.luna88k/Makefile.inc -- luna88k-specific etc Makefile targets
+# $OpenBSD: Makefile.inc,v 1.2 2006/07/27 02:53:55 deraadt Exp $
.ifdef DESTDIR
-snap_md: bsd-generic distrib
+snap_md: bsd bootblocks distrib
cp ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
-bsd-generic:
+bsd:
cd ${.CURDIR}/../sys/arch/luna88k/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/luna88k/compile/GENERIC && \
${MAKE} clean && ${MAKE} depend && ${MAKE}
-.PHONY: bsd-generic
+bootblocks:
+ #none needed
+
+.PHONY: bsd bootblocks
.endif # DESTDIR check