19 lines
564 B
Makefile
19 lines
564 B
Makefile
# $NetBSD: Makefile.inc,v 1.5 2006/06/02 22:35:22 hubertf Exp $
|
|
#
|
|
# etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets
|
|
#
|
|
|
|
KERNEL_SETS= GENERIC GENERIC.MP GENERIC_ACPI
|
|
|
|
BUILD_KERNELS= INSTALL INSTALL_ACPI
|
|
|
|
INSTALLATION_DIRS+= installation/cdrom
|
|
INSTALLATION_DIRS+= installation/floppy
|
|
|
|
# mkisofs arguments to generate bootable iso image
|
|
MKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/boot-big.fs
|
|
|
|
snap_md_post:
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso'
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
|