From d88aa76acbddcc4f61880c1f43093eedf408a8eb Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 29 May 1996 00:31:14 +0000 Subject: sync --- etc/etc.x68k/Makefile.inc | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'etc/etc.x68k/Makefile.inc') 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 -- cgit v1.2.3