add skeleton snapshot/release build hook

someone should actually write the distrib bits for luna68k eventually
This commit is contained in:
jdolecek 2002-05-08 13:50:22 +00:00
parent 8c1a587c2e
commit bdab257c56

View File

@ -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