Home | History | Annotate | Line # | Download | only in etc.i386
Makefile.inc revision 1.55.2.2
      1  1.55.2.2  bouyer #	$NetBSD: Makefile.inc,v 1.55.2.2 2008/01/23 19:52:25 bouyer Exp $
      2  1.55.2.2  bouyer #
      3  1.55.2.2  bouyer #	etc.i386/Makefile.inc -- i386-specific etc Makefile targets
      4  1.55.2.2  bouyer #
      5  1.55.2.2  bouyer 
      6  1.55.2.2  bouyer # If you change the list of distributed kernels, don't forget
      7  1.55.2.2  bouyer # to update the release documentation in distrib/notes/common/contents
      8  1.55.2.2  bouyer 
      9  1.55.2.2  bouyer KERNEL_SETS=	GENERIC
     10  1.55.2.2  bouyer KERNEL_SETS+=	GENERIC.NOACPI
     11  1.55.2.2  bouyer KERNEL_SETS+=	XEN2_DOM0
     12  1.55.2.2  bouyer KERNEL_SETS+=	XEN2_DOMU
     13  1.55.2.2  bouyer KERNEL_SETS+=	XEN3_DOM0
     14  1.55.2.2  bouyer KERNEL_SETS+=	XEN3_DOMU
     15  1.55.2.2  bouyer KERNEL_SETS+=	XEN3PAE_DOMU
     16  1.55.2.2  bouyer # KERNEL_SETS+=	GENERIC_TINY
     17  1.55.2.2  bouyer # KERNEL_SETS+=	GENERIC_PS2TINY
     18  1.55.2.2  bouyer 
     19  1.55.2.2  bouyer BUILD_KERNELS=	ALL
     20  1.55.2.2  bouyer BUILD_KERNELS+=	INSTALL_LARGE
     21  1.55.2.2  bouyer BUILD_KERNELS+=	INSTALL
     22  1.55.2.2  bouyer BUILD_KERNELS+=	INSTALL_XEN2_DOMU
     23  1.55.2.2  bouyer BUILD_KERNELS+=	INSTALL_XEN3_DOMU
     24  1.55.2.2  bouyer BUILD_KERNELS+=	INSTALL_XEN3PAE_DOMU
     25  1.55.2.2  bouyer # BUILD_KERNELS+=	INSTALL_SMALL
     26  1.55.2.2  bouyer # BUILD_KERNELS+=	INSTALL_TINY
     27  1.55.2.2  bouyer # BUILD_KERNELS+=	INSTALL_PS2
     28  1.55.2.2  bouyer 
     29  1.55.2.2  bouyer INSTALLATION_DIRS+=	installation/misc
     30  1.55.2.2  bouyer INSTALLATION_DIRS+=	installation/cdrom
     31  1.55.2.2  bouyer INSTALLATION_DIRS+=	installation/floppy
     32  1.55.2.2  bouyer 
     33  1.55.2.2  bouyer # i386 specific distrib stuff
     34  1.55.2.2  bouyer snap_md_post:
     35  1.55.2.2  bouyer 	cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
     36  1.55.2.2  bouyer 	cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
     37  1.55.2.2  bouyer 	cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
     38  1.55.2.2  bouyer 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso'
     39  1.55.2.2  bouyer 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
     40  1.55.2.2  bouyer 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*'
     41