Makefile.inc revision 1.15
1# $NetBSD: Makefile.inc,v 1.15 2007/07/24 10:49:24 pavel 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}/${MACHINE}/installation/kernel '*.gz' 18 19iso-image-md-pre: 20 gzip -dc ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd.aout-INSTALL.gz \ 21 > ${CDROM.dir}/netbsd 22