Makefile.inc revision 1.6
1# $NetBSD: Makefile.inc,v 1.6 2002/04/12 09:31:01 skrll Exp $ 2# 3# etc.cats/Makefile.inc -- cats-specific etc Makefile targets 4# 5 6KERNEL_SETS= GENERIC 7KERNEL_SUFFIXES= aout 8 9BUILD_KERNELS= INSTALL 10 11INSTALLATION_DIRS+= installation/kernel \ 12 installation/misc 13 14# Build the release notes and boot floppies and install them 15snap_md_post: 16.ifndef UPDATE 17 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 18.endif 19 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 20 cd ${.CURDIR}/../distrib/cats && ${MAKE} release 21 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 22 ${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz' 23# ${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.gz' 24