Makefile.inc revision 1.1
11.1Sfvdl# $NetBSD: Makefile.inc,v 1.1 2003/04/26 19:08:18 fvdl Exp $ 21.1Sfvdl# 31.1Sfvdl# etc.x86_64/Makefile.inc -- x86_64-specific etc Makefile targets 41.1Sfvdl# 51.1Sfvdl 61.1SfvdlKERNEL_SETS= GENERIC GENERIC.MP 71.1Sfvdl 81.1SfvdlBUILD_KERNELS= INSTALL 91.1Sfvdl 101.1SfvdlINSTALLATION_DIRS+= installation/floppy 111.1Sfvdl 121.1Sfvdl# mkisofs arguments to generate bootable iso image 131.1SfvdlMKISOFS_FLAGS+= -b installation/floppy/boot-big.fs 141.1Sfvdl 151.1Sfvdlsnap_md_post: 161.1Sfvdl ${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs' 17