Makefile.inc revision 1.16.26.1 1 # $NetBSD: Makefile.inc,v 1.16.26.1 2009/09/09 02:11:54 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
11 KERNEL_SETS= GENERIC
12
13 BUILD_KERNELS= INSTALL RAMDISK
14
15 .else
16
17 KERNEL_SETS= GENERIC64
18
19 BUILD_KERNELS= INSTALL64 RAMDISK64
20
21 .endif
22
23 INSTALLATION_DIRS+= installation/diskimage \
24 installation/netboot \
25 installation/miniroot
26