From d30b9ad39c6cb7b6e70ef861ef174f5a15ca7047 Mon Sep 17 00:00:00 2001 From: minoura Date: Fri, 24 Dec 1999 17:03:34 +0000 Subject: [PATCH] installation/* are copied in `make release'. --- etc/etc.x68k/Makefile.inc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/etc/etc.x68k/Makefile.inc b/etc/etc.x68k/Makefile.inc index 75b1f1896fe6..e50b22361443 100644 --- a/etc/etc.x68k/Makefile.inc +++ b/etc/etc.x68k/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.6 1999/02/05 03:01:54 cjs Exp $ +# $NetBSD: Makefile.inc,v 1.7 1999/12/24 17:03:34 minoura Exp $ # # etc.x68k/Makefile.inc -- x68k-specific etc Makefile targets # @@ -6,5 +6,17 @@ # Set this for any kernels beyond GENERIC you want to include # in the distribution. EXTRA_KERNELS+= SMALL +BUILD_KERNELS+= INSTALL INSTALL_SMALL LOCALTIME= Japan + +INSTALLATION_DIRS+= installation/floppy \ + installation/misc + +snap_md_post: +.ifndef UPDATE + cd ${.CURDIR}/../distrib && ${MAKE} cleandir +.endif + cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} + cd ${.CURDIR}/../distrib/${MACHINE} && ${MAKE} release + cd ${.CURDIR}/../distrib/notes && ${MAKE} release