Makefile.inc revision 1.17
1#	$NetBSD: Makefile.inc,v 1.17 2009/12/14 01:12:05 matt Exp $
2#
3#	etc.pmax/Makefile.inc -- pmax-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.if ${MACHINE_ARCH} == "mipsel"
10
11KERNEL_SETS=		GENERIC
12
13BUILD_KERNELS=		INSTALL RAMDISK
14
15.else
16
17KERNEL_SETS=		GENERIC64
18
19BUILD_KERNELS=		INSTALL64 RAMDISK64
20
21.endif
22
23INSTALLATION_DIRS+=	installation/diskimage	\
24			installation/netboot \
25			installation/miniroot
26