29 lines
940 B
Makefile
29 lines
940 B
Makefile
# $NetBSD: Makefile.inc,v 1.42 2006/03/20 22:36:37 bouyer Exp $
|
|
#
|
|
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC GENERIC_TINY GENERIC_LAPTOP \
|
|
GENERIC_DIAGNOSTIC GENERIC_PS2TINY GENERIC.MP \
|
|
GENERIC.MPACPI XEN0 XENU XEN3_U
|
|
|
|
BUILD_KERNELS= INSTALL INSTALL_SMALL INSTALL_TINY \
|
|
INSTALL_LAPTOP INSTALL_PS2 INSTALL_XENU \
|
|
INSTALL_XEN3_U
|
|
|
|
INSTALLATION_DIRS+= installation/misc \
|
|
installation/floppy
|
|
|
|
# i386 specific distrib stuff
|
|
snap_md_post:
|
|
cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
|
|
cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*'
|
|
|
|
# For "make iso-image"
|
|
# mkisofs arguments to generate bootable iso image
|
|
CDROM_BOOT_IMAGE?= boot-big.fs
|
|
|
|
MKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/${CDROM_BOOT_IMAGE} -c boot.catalog
|