Makefile.inc revision 1.8
1# $NetBSD: Makefile.inc,v 1.8 2002/06/28 12:40:10 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 13# Build the release notes and boot floppies and install them 14snap_md_post: 15.ifndef UPDATE 16 cd ${.CURDIR}/../distrib && ${MAKE} cleandir 17.endif 18 cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE} 19 cd ${.CURDIR}/../distrib/cats && ${MAKE} release 20 cd ${.CURDIR}/../distrib/notes && ${MAKE} release 21 ${MAKESUMS} -t ${RELEASEDIR}/installation/kernel '*.gz' 22 23iso-image_md_pre: 24 cp -f ${RELEASEDIR}/binary/kernel/netbsd.aout-INSTALL.gz \ 25 ${RELEASEDIR}/netbsd.gz 26 gunzip ${RELEASEDIR}/netbsd.gz 27