144d1a5c9c
relies on mkisofs to create bootable ISO image. macppc should also be there, but it seems the code to make an iso bootable never got added in etc.macppc/
22 lines
577 B
Makefile
22 lines
577 B
Makefile
# $NetBSD: Makefile.inc,v 1.18 2007/03/06 21:59:40 bouyer Exp $
|
|
#
|
|
# etc.mac68k/Makefile.inc -- mac68k-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC GENERICSBC
|
|
|
|
BUILD_KERNELS= INSTALL INSTALLSBC
|
|
|
|
INSTALLATION_DIRS+= installation/miniroot \
|
|
installation/instkernel
|
|
|
|
snap_md_post:
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/instkernel '*.gz'
|
|
|
|
# For "make iso-image"
|
|
# mkisofs arguments to create a hybrid (HFS/Rockridge) CD-ROM image.
|
|
MKISOFS_FLAGS+= -hfs --macbin \
|
|
-map ${RELEASEDIR}/${MACHINE}/installation/misc/extensions.map
|
|
|
|
iso-image: do-iso-image
|