Makefile.inc revision 1.12
1# $NetBSD: Makefile.inc,v 1.12 2003/03/08 00:22:30 lukem 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 13snap_md_post: 14 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/kernel '*.gz' 15 16iso-image-md-pre: 17 gunzip ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd.aout-INSTALL.gz \ 18 > ${CDROM.dir}/netbsd 19