Makefile.inc revision 1.17
1#	$NetBSD: Makefile.inc,v 1.17 2004/06/26 16:09:09 fredb 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