Makefile.inc revision 1.14
1#	$NetBSD: Makefile.inc,v 1.14 2012/07/04 13:54:20 reinoud Exp $
2#
3#	etc.amd64/Makefile.inc -- amd64-specific etc Makefile targets
4#
5
6# If you change the list of distributed kernels, don't forget
7# to update the release documentation in distrib/notes/common/contents
8
9KERNEL_SETS=		GENERIC
10KERNEL_SETS+=		XEN3_DOM0 XEN3_DOMU
11# KERNEL_SETS+=		GENERIC_USERMODE
12
13BUILD_KERNELS=		INSTALL INSTALL_XEN3_DOMU
14
15INSTALLATION_DIRS+= 	installation/cdrom
16INSTALLATION_DIRS+= 	installation/floppy
17INSTALLATION_DIRS+= 	installation/misc
18INSTALLATION_DIRS+= 	installation/miniroot
19
20snap_md_post:
21	cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
22	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso'
23	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
24	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.*'
25	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.*'
26