summaryrefslogtreecommitdiff
path: root/etc/etc.x68k/Makefile.inc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-29 00:31:14 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-29 00:31:14 +0000
commitd88aa76acbddcc4f61880c1f43093eedf408a8eb (patch)
tree42daff1f51cf8d6eb3c95a85ebf5d758fe2f44e9 /etc/etc.x68k/Makefile.inc
parent141f24e05e3e6461b39907d3bfebb165d7a7ef4e (diff)
sync
Diffstat (limited to 'etc/etc.x68k/Makefile.inc')
-rw-r--r--etc/etc.x68k/Makefile.inc22
1 files changed, 20 insertions, 2 deletions
diff --git a/etc/etc.x68k/Makefile.inc b/etc/etc.x68k/Makefile.inc
index 5c2d7114d61..a2c346c66dd 100644
--- a/etc/etc.x68k/Makefile.inc
+++ b/etc/etc.x68k/Makefile.inc
@@ -1,7 +1,25 @@
-# $NetBSD: Makefile.inc,v 1.1.1.1 1996/05/19 12:35:19 oki Exp $
-
+# $NetBSD: Makefile.inc,v 1.2 1996/05/21 15:15:18 oki Exp $
#
# etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets
#
+.ifdef DESTDIR
LOCALTIME= Japan
+
+snap_md: netbsd-generic netbsd-all
+ cp ${.CURDIR}/../sys/arch/x68k/compile/GENERIC/netbsd.gz \
+ ${DESTDIR}/snapshot/netbsd-generic.gz
+ cp ${.CURDIR}/../sys/arch/x68k/compile/ALL/netbsd.gz \
+ ${DESTDIR}/snapshot/netbsd-all.gz
+
+netbsd-generic:
+ cd ${.CURDIR}/../sys/arch/x68k/conf && config GENERIC
+ cd ${.CURDIR}/../sys/arch/x68k/compile/GENERIC && \
+ make clean && make depend && make && gzip -9 netbsd
+
+netbsd-all:
+ cd ${.CURDIR}/../sys/arch/x68k/conf && config ALL
+ cd ${.CURDIR}/../sys/arch/x68k/compile/ALL && \
+ make clean && make depend && make && gzip -9 netbsd
+
+.endif # DESTDIR check