Makefile.inc revision 1.18
1# $NetBSD: Makefile.inc,v 1.18 2007/03/06 21:59:40 bouyer Exp $ 2# 3# etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets 4# 5 6KERNEL_SETS= GENERIC GENERICSBC 7 8BUILD_KERNELS= INSTALL INSTALLSBC 9 10INSTALLATION_DIRS+= installation/miniroot \ 11 installation/instkernel 12 13snap_md_post: 14 ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/instkernel '*.gz' 15 16# For "make iso-image" 17# mkisofs arguments to create a hybrid (HFS/Rockridge) CD-ROM image. 18MKISOFS_FLAGS+= -hfs --macbin \ 19 -map ${RELEASEDIR}/${MACHINE}/installation/misc/extensions.map 20 21iso-image: do-iso-image 22