Cross Reference: Makefile.inc
xref: /src/etc/etc.amd64/Makefile.inc
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/etc/etc.amd64/
Makefile.inc revision 1.12
1#	$NetBSD: Makefile.inc,v 1.12 2011/01/18 00:22:56 jym 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
12BUILD_KERNELS=		INSTALL INSTALL_XEN3_DOMU
13
14INSTALLATION_DIRS+= 	installation/cdrom
15INSTALLATION_DIRS+= 	installation/floppy
16INSTALLATION_DIRS+= 	installation/misc
17INSTALLATION_DIRS+= 	installation/miniroot
18
19snap_md_post:
20	cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
21	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso'
22	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
23	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/miniroot '*.*'
24	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/misc '*.*'
25

Indexes created Thu Nov 27 23:09:41 GMT 2025