Home | History | Annotate | Line # | Download | only in etc.i386
Makefile.inc revision 1.47.2.2.2.1
      1  1.47.2.2.2.1  wrstuden #	$NetBSD: Makefile.inc,v 1.47.2.2.2.1 2007/06/04 01:54:12 wrstuden 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.46       dsl KERNEL_SETS=	GENERIC
      7          1.46       dsl KERNEL_SETS+=	GENERIC_LAPTOP
      8          1.46       dsl KERNEL_SETS+=	GENERIC_DIAGNOSTIC
      9          1.46       dsl KERNEL_SETS+=	GENERIC.MP
     10  1.47.2.2.2.1  wrstuden KERNEL_SETS+=	GENERIC.NOACPI
     11          1.46       dsl KERNEL_SETS+=	XEN2_DOM0
     12          1.46       dsl KERNEL_SETS+=	XEN2_DOMU
     13          1.46       dsl KERNEL_SETS+=	XEN3_DOM0
     14          1.46       dsl KERNEL_SETS+=	XEN3_DOMU
     15          1.47       dsl # KERNEL_SETS+=	GENERIC_TINY
     16          1.47       dsl # KERNEL_SETS+=	GENERIC_PS2TINY
     17          1.46       dsl 
     18          1.47       dsl BUILD_KERNELS=	ALL
     19      1.47.2.2       riz BUILD_KERNELS+=	INSTALL_LARGE
     20          1.47       dsl BUILD_KERNELS+=	INSTALL
     21          1.46       dsl BUILD_KERNELS+=	INSTALL_LAPTOP
     22          1.46       dsl BUILD_KERNELS+=	INSTALL_XEN2_DOMU
     23          1.46       dsl BUILD_KERNELS+=	INSTALL_XEN3_DOMU
     24          1.47       dsl # BUILD_KERNELS+=	INSTALL_SMALL
     25          1.47       dsl # BUILD_KERNELS+=	INSTALL_TINY
     26          1.47       dsl # BUILD_KERNELS+=	INSTALL_PS2
     27          1.46       dsl 
     28          1.46       dsl INSTALLATION_DIRS+=	installation/misc
     29          1.46       dsl INSTALLATION_DIRS+=	installation/cdrom
     30          1.46       dsl INSTALLATION_DIRS+=	installation/floppy
     31          1.13        he 
     32          1.36     lukem # i386 specific distrib stuff
     33          1.17     fredb snap_md_post:
     34          1.36     lukem 	cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
     35      1.47.2.1    bouyer 	cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
     36          1.36     lukem 	cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
     37          1.43   hubertf 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso'
     38          1.37     lukem 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
     39          1.37     lukem 	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*'
     40