2008-03-18 07:20:36 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.20 2008/03/18 04:20:37 lukem Exp $
|
1999-12-17 23:54:31 +03:00
|
|
|
#
|
2002-12-02 16:31:16 +03:00
|
|
|
# etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets
|
1999-12-17 23:54:31 +03:00
|
|
|
#
|
|
|
|
|
2007-07-24 14:49:23 +04:00
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
KERNEL_SETS= GENERIC GENERICSBC
|
|
|
|
|
|
|
|
BUILD_KERNELS= INSTALL INSTALLSBC
|
1999-12-17 23:54:31 +03:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS+= installation/miniroot \
|
|
|
|
installation/instkernel
|
1999-12-17 23:54:31 +03:00
|
|
|
|
|
|
|
snap_md_post:
|
2008-03-18 07:20:36 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/instkernel '*.gz'
|
2004-06-26 20:09:09 +04:00
|
|
|
|
|
|
|
# For "make iso-image"
|
|
|
|
# mkisofs arguments to create a hybrid (HFS/Rockridge) CD-ROM image.
|
|
|
|
MKISOFS_FLAGS+= -hfs --macbin \
|
2008-03-18 07:20:36 +03:00
|
|
|
-map ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc/extensions.map
|
2007-03-07 00:59:40 +03:00
|
|
|
|
|
|
|
iso-image: do-iso-image
|