Home | History | Annotate | Line # | Download | only in etc.i386
Makefile.inc revision 1.70.4.1
      1  1.70.4.1    martin #	$NetBSD: Makefile.inc,v 1.70.4.1 2025/08/27 05:56:22 martin 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.51     pavel # If you change the list of distributed kernels, don't forget
      7      1.51     pavel # to update the release documentation in distrib/notes/common/contents
      8      1.51     pavel 
      9      1.46       dsl KERNEL_SETS=	GENERIC
     10      1.64      tron KERNEL_SETS+=	MONOLITHIC
     11      1.68       mrg KERNEL_SETS+=	LEGACY
     12      1.60    bouyer KERNEL_SETS+=	XEN3PAE_DOM0
     13      1.55    bouyer KERNEL_SETS+=	XEN3PAE_DOMU
     14  1.70.4.1    martin KERNEL_SETS+=	MICROVM
     15      1.67   reinoud # KERNEL_SETS+=	GENERIC_USERMODE
     16      1.47       dsl # KERNEL_SETS+=	GENERIC_TINY
     17      1.47       dsl # KERNEL_SETS+=	GENERIC_PS2TINY
     18      1.46       dsl 
     19      1.65       jym BUILD_KERNELS+=	INSTALL
     20      1.55    bouyer BUILD_KERNELS+=	INSTALL_XEN3PAE_DOMU
     21      1.65       jym # BUILD_KERNELS+=	INSTALL_FLOPPY
     22      1.47       dsl # BUILD_KERNELS+=	INSTALL_SMALL
     23      1.47       dsl # BUILD_KERNELS+=	INSTALL_TINY
     24      1.47       dsl # BUILD_KERNELS+=	INSTALL_PS2
     25      1.46       dsl 
     26      1.46       dsl INSTALLATION_DIRS+=	installation/misc
     27      1.46       dsl INSTALLATION_DIRS+=	installation/cdrom
     28      1.46       dsl INSTALLATION_DIRS+=	installation/floppy
     29      1.59     chris INSTALLATION_DIRS+=	installation/miniroot
     30      1.70  riastrad INSTALLATION_DIRS+=	installation/ramdisk
     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.48        he 	cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
     36      1.36     lukem 	cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
     37      1.56     lukem 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso'
     38      1.56     lukem 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
     39      1.59     chris 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.*'
     40      1.56     lukem 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.*'
     41      1.70  riastrad 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/ramdisk '*.*'
     42