From bdab257c5643af0ec57423d850849e55ba27432d Mon Sep 17 00:00:00 2001 From: jdolecek Date: Wed, 8 May 2002 13:50:22 +0000 Subject: [PATCH] add skeleton snapshot/release build hook someone should actually write the distrib bits for luna68k eventually --- etc/etc.luna68k/Makefile.inc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 etc/etc.luna68k/Makefile.inc diff --git a/etc/etc.luna68k/Makefile.inc b/etc/etc.luna68k/Makefile.inc new file mode 100644 index 000000000000..f1ba6e166190 --- /dev/null +++ b/etc/etc.luna68k/Makefile.inc @@ -0,0 +1,16 @@ +# $NetBSD: Makefile.inc,v 1.1 2002/05/08 13:50:22 jdolecek Exp $ +# +# etc.luna68k/Makefile.inc -- luna68k-specific etc Makefile targets +# + +KERNEL_SETS= GENERIC + +INSTALLATION_DIRS+= installation/netboot + +snap_md_post: +.ifndef UPDATE + cd ${.CURDIR}/../distrib && ${MAKE} cleandir +.endif + cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} + cd ${.CURDIR}/../distrib/prep && ${MAKE} release + cd ${.CURDIR}/../distrib/notes && ${MAKE} release