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