Makefile.inc revision 1.16
1# $NetBSD: Makefile.inc,v 1.16 2008/03/18 04:20:37 lukem Exp $ 2# 3# etc.cats/Makefile.inc -- cats-specific etc Makefile targets 4# 5 6# If you change the list of distributed kernels, don't forget 7# to update the release documentation in distrib/notes/common/contents 8 9KERNEL_SETS= GENERIC GENERIC.ABLE 10KERNEL_SUFFIXES= aout 11 12BUILD_KERNELS= INSTALL INSTALL.ABLE 13 14INSTALLATION_DIRS+= installation/kernel 15 16snap_md_post: 17 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*.gz' 18 19iso-image-md-pre: 20 gzip -dc ${RELEASEDIR}/${RELEASEMACHINEDIR}/binary/kernel/netbsd.aout-INSTALL.gz \ 21 > ${CDROM.dir}/netbsd 22