857732d328
that the Macbinary files in the "misc" directly are now directly executable from within Mac OS. This solves a "chicken-and-egg" problem: you can't even distribute a tool to unpack the archives on a plain ISO image, as the executable code is all in the resource fork on mac68k. In other words, a user can now begin the installation by simply double-clicking on the Booter program on the CD-ROM.
20 lines
551 B
Makefile
20 lines
551 B
Makefile
# $NetBSD: Makefile.inc,v 1.17 2004/06/26 16:09:09 fredb 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
|