Home | History | Annotate | Line # | Download | only in etc.i386
Makefile.inc revision 1.41.2.1
      1 #	$NetBSD: Makefile.inc,v 1.41.2.1 2006/04/07 21:34:37 tron Exp $
      2 #
      3 #	etc.i386/Makefile.inc -- i386-specific etc Makefile targets
      4 #
      5 
      6 KERNEL_SETS=		GENERIC GENERIC_TINY GENERIC_LAPTOP \
      7 			GENERIC_DIAGNOSTIC GENERIC_PS2TINY GENERIC.MP \
      8 			GENERIC.MPACPI XEN0 XENU XEN3_U
      9 
     10 BUILD_KERNELS=		INSTALL INSTALL_SMALL INSTALL_TINY \
     11 			INSTALL_LAPTOP INSTALL_PS2 INSTALL_XENU \
     12 			INSTALL_XEN3_U
     13 
     14 INSTALLATION_DIRS+=	installation/misc	\
     15 			installation/floppy
     16 
     17 # i386 specific distrib stuff
     18 snap_md_post:
     19 	cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
     20 	cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
     21 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
     22 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*'
     23 
     24 # For "make iso-image"
     25 # mkisofs arguments to generate bootable iso image
     26 CDROM_BOOT_IMAGE?=	boot-big.fs
     27 
     28 MKISOFS_FLAGS+=	-b ${MACHINE}/installation/floppy/${CDROM_BOOT_IMAGE} -c boot.catalog
     29