Home | History | Annotate | Line # | Download | only in etc.i386
Makefile.inc revision 1.38.2.1.2.1
      1 #	$NetBSD: Makefile.inc,v 1.38.2.1.2.1 2005/05/11 15:28:31 riz 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
      9 
     10 BUILD_KERNELS=		INSTALL INSTALL_SMALL INSTALL_TINY \
     11 			INSTALL_LAPTOP INSTALL_PS2
     12 
     13 INSTALLATION_DIRS+=	installation/misc	\
     14 			installation/floppy
     15 
     16 # i386 specific distrib stuff
     17 snap_md_post:
     18 	cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
     19 	cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
     20 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
     21 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*'
     22 
     23 # For "make iso-image"
     24 # mkisofs arguments to generate bootable iso image
     25 CDROM_BOOT_IMAGE?=	boot-big.fs
     26 
     27 MKISOFS_FLAGS+=	-b ${MACHINE}/installation/floppy/${CDROM_BOOT_IMAGE} -c boot.catalog
     28