2008-03-18 07:20:36 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.11 2008/03/18 04:20:36 lukem Exp $
|
2002-12-05 05:33:32 +03:00
|
|
|
#
|
2003-04-26 23:14:17 +04:00
|
|
|
# etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets
|
2002-12-05 05:33:32 +03:00
|
|
|
#
|
|
|
|
|
2007-07-24 14:49:23 +04:00
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
|
2007-12-21 02:32:24 +03:00
|
|
|
KERNEL_SETS= GENERIC
|
2007-11-23 00:23:42 +03:00
|
|
|
KERNEL_SETS+= XEN3_DOM0 XEN3_DOMU
|
2002-12-05 05:33:32 +03:00
|
|
|
|
2007-11-23 00:23:42 +03:00
|
|
|
BUILD_KERNELS= INSTALL INSTALL_XEN3_DOMU
|
2002-12-05 05:33:32 +03:00
|
|
|
|
2006-06-03 02:35:21 +04:00
|
|
|
INSTALLATION_DIRS+= installation/cdrom
|
2002-12-05 05:33:32 +03:00
|
|
|
INSTALLATION_DIRS+= installation/floppy
|
2007-02-27 21:17:28 +03:00
|
|
|
INSTALLATION_DIRS+= installation/misc
|
2002-12-05 05:33:32 +03:00
|
|
|
|
|
|
|
snap_md_post:
|
2007-02-27 21:17:28 +03:00
|
|
|
cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
|
2008-03-18 07:20:36 +03:00
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso'
|
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
|
|
|
|
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.*'
|