Makefile.inc revision 1.13
1# $NetBSD: Makefile.inc,v 1.13 2003/03/22 00:13:35 chris 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 gzip -dc ${RELEASEDIR}/${MACHINE}/binary/kernel/netbsd.aout-INSTALL.gz \ 18 > ${CDROM.dir}/netbsd 19