2003-04-26 23:14:17 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.2 2003/04/26 19:23:36 fvdl Exp $
|
2002-12-05 05:33:32 +03:00
|
|
|
#
|
2003-04-26 23:14:17 +04:00
|
|
|
# etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets
|
2002-12-05 05:33:32 +03:00
|
|
|
#
|
|
|
|
|
2003-03-07 03:48:48 +03:00
|
|
|
KERNEL_SETS= GENERIC GENERIC.MP
|
2002-12-05 05:33:32 +03:00
|
|
|
|
|
|
|
BUILD_KERNELS= INSTALL
|
|
|
|
|
|
|
|
INSTALLATION_DIRS+= installation/floppy
|
|
|
|
|
|
|
|
# mkisofs arguments to generate bootable iso image
|
|
|
|
MKISOFS_FLAGS+= -b installation/floppy/boot-big.fs
|
|
|
|
|
|
|
|
snap_md_post:
|
2003-01-03 18:34:30 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
|