Home | History | Annotate | Line # | Download | only in etc.i386
Makefile.inc revision 1.36
      1  1.36     lukem #	$NetBSD: Makefile.inc,v 1.36 2002/12/02 13:18:08 lukem Exp $
      2   1.1       cgd #
      3   1.1       cgd #	etc.i386/Makefile.inc -- i386-specific etc Makefile targets
      4   1.1       cgd #
      5   1.8     perry 
      6  1.34     lukem KERNEL_SETS=		GENERIC GENERIC_TINY GENERIC_LAPTOP \
      7  1.35  jdolecek 			GENERIC_DIAGNOSTIC GENERIC_PS2TINY GENERIC.MP
      8  1.30   thorpej 
      9  1.34     lukem BUILD_KERNELS=		INSTALL INSTALL_SMALL INSTALL_TINY \
     10  1.34     lukem 			INSTALL_LAPTOP INSTALL_PS2
     11  1.13        he 
     12  1.34     lukem INSTALLATION_DIRS+=	installation/misc	\
     13  1.34     lukem 			installation/floppy
     14  1.13        he 
     15  1.24   hubertf # mkisofs arguments to generate bootable iso image
     16  1.24   hubertf MKISOFS_FLAGS+=	-b installation/floppy/boot-big.fs
     17  1.24   hubertf 
     18  1.36     lukem # i386 specific distrib stuff
     19  1.17     fredb snap_md_post:
     20  1.36     lukem 	cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
     21  1.36     lukem 	cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
     22  1.33        tv 	${MAKESUMS} -t ${RELEASEDIR}/installation/floppy '*.fs'
     23  1.33        tv 	${MAKESUMS} -t ${RELEASEDIR}/installation/misc '*.*'
     24  1.24   hubertf 
     25  1.24   hubertf # For "make iso-image"
     26  1.24   hubertf iso-image_md_pre:
     27  1.24   hubertf 	echo iso-image_md_pre ${MACHINE_ARCH}
     28  1.24   hubertf iso-image_md_post:
     29  1.24   hubertf 	echo iso-image_md_post ${MACHINE_ARCH}
     30