2024-03-20 16:51:35 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.70 2024/03/20 13:51:35 riastradh Exp $
|
1994-03-05 11:06:41 +03:00
|
|
|
#
|
|
|
|
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
|
|
|
|
#
|
1996-10-16 06:25:08 +04:00
|
|
|
|
2007-07-24 14:28:05 +04:00
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
|
2006-11-19 00:04:40 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
2009-10-01 15:51:03 +04:00
|
|
|
KERNEL_SETS+= MONOLITHIC
|
2015-03-07 10:28:37 +03:00
|
|
|
KERNEL_SETS+= LEGACY
|
2009-03-05 23:06:13 +03:00
|
|
|
KERNEL_SETS+= XEN3PAE_DOM0
|
2008-01-23 22:52:24 +03:00
|
|
|
KERNEL_SETS+= XEN3PAE_DOMU
|
2012-07-04 17:54:20 +04:00
|
|
|
# KERNEL_SETS+= GENERIC_USERMODE
|
2006-11-19 14:21:19 +03:00
|
|
|
# KERNEL_SETS+= GENERIC_TINY
|
|
|
|
# KERNEL_SETS+= GENERIC_PS2TINY
|
2001-11-30 01:45:53 +03:00
|
|
|
|
2011-02-10 03:43:19 +03:00
|
|
|
BUILD_KERNELS+= INSTALL
|
2008-01-23 22:52:24 +03:00
|
|
|
BUILD_KERNELS+= INSTALL_XEN3PAE_DOMU
|
2011-02-10 03:43:19 +03:00
|
|
|
# BUILD_KERNELS+= INSTALL_FLOPPY
|
2006-11-19 14:21:19 +03:00
|
|
|
# BUILD_KERNELS+= INSTALL_SMALL
|
|
|
|
# BUILD_KERNELS+= INSTALL_TINY
|
|
|
|
# BUILD_KERNELS+= INSTALL_PS2
|
1999-11-09 03:22:39 +03:00
|
|
|
|
2006-11-19 00:04:40 +03:00
|
|
|
INSTALLATION_DIRS+= installation/misc
|
|
|
|
INSTALLATION_DIRS+= installation/cdrom
|
|
|
|
INSTALLATION_DIRS+= installation/floppy
|
2008-05-11 16:31:45 +04:00
|
|
|
INSTALLATION_DIRS+= installation/miniroot
|
2024-03-20 16:51:35 +03:00
|
|
|
INSTALLATION_DIRS+= installation/ramdisk
|
1999-11-09 03:22:39 +03:00
|
|
|
|
2002-12-02 16:18:03 +03:00
|
|
|
# i386 specific distrib stuff
|
2000-03-30 03:47:53 +04:00
|
|
|
snap_md_post:
|
2002-12-02 16:18:03 +03:00
|
|
|
cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
|
2007-02-27 21:17:28 +03:00
|
|
|
cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
|
2002-12-02 16:18:03 +03:00
|
|
|
cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
|
2008-03-18 07:20:36 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso'
|
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
|
2008-05-11 16:31:45 +04:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.*'
|
2008-03-18 07:20:36 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.*'
|
2024-03-20 16:51:35 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/ramdisk '*.*'
|