xref: /netbsd/etc/etc.alpha/Makefile.inc (revision 6550d01e)
1#	$NetBSD: Makefile.inc,v 1.8 2007/07/24 10:49:23 pavel Exp $
2#
3#	etc.alpha/Makefile.inc -- alpha-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
10
11BUILD_KERNELS+=		INSTALL
12
13INSTALLATION_DIRS+=	installation/floppy	\
14			installation/diskimage	\
15			installation/instkernel	\
16			installation/netboot	\
17			installation/misc
18
19snap_md_post:
20	cd ${KERNSRCDIR}/arch/alpha/stand/netboot && ${MAKE} release
21