1# $NetBSD: Makefile.inc,v 1.1 2016/08/05 16:22:08 scole Exp $
2#
3#	etc.ia64/Makefile.inc -- ia64-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
9# XXX fix all this
10
11KERNEL_SETS=	GENERIC
12KERNEL_SETS+=	GENERIC.SKI
13
14#BUILD_KERNELS+=	INSTALL
15
16#INSTALLATION_DIRS+=	installation/cdrom
17#INSTALLATION_DIRS+=	installation/diskimage
18#INSTALLATION_DIRS+=	installation/instkernel
19#INSTALLATION_DIRS+=	installation/netboot
20
21#snap_md_post:
22#	cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
23#	cd ${KERNSRCDIR}/arch/i386/stand/pxeboot && ${MAKE} release
24#	cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
25#	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/cdrom '*.iso'
26#	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*.fs'
27#	cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
28