Makefile.inc revision 1.9
1#	$NetBSD: Makefile.inc,v 1.9 2007/11/22 21:23:42 bouyer 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 GENERIC.MP
10KERNEL_SETS+=		XEN3_DOM0 XEN3_DOMU
11
12BUILD_KERNELS=		INSTALL INSTALL_XEN3_DOMU
13
14INSTALLATION_DIRS+= 	installation/cdrom
15INSTALLATION_DIRS+= 	installation/floppy
16INSTALLATION_DIRS+= 	installation/misc
17
18snap_md_post:
19	cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
20	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/cdrom '*.iso'
21	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
22	${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*'
23