2009-12-14 04:11:02 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.17 2009/12/14 01:12:05 matt Exp $
|
1997-11-11 07:37:17 +03:00
|
|
|
#
|
|
|
|
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
|
|
|
|
#
|
1999-02-05 06:01:49 +03:00
|
|
|
|
2007-07-24 14:49:23 +04:00
|
|
|
# If you change the list of distributed kernels, don't forget
|
|
|
|
# to update the release documentation in distrib/notes/common/contents
|
|
|
|
|
2009-12-14 04:11:02 +03:00
|
|
|
.if ${MACHINE_ARCH} == "mipsel"
|
|
|
|
|
2006-07-29 23:10:56 +04:00
|
|
|
KERNEL_SETS= GENERIC
|
1999-04-27 08:36:25 +04:00
|
|
|
|
2001-11-30 01:45:53 +03:00
|
|
|
BUILD_KERNELS= INSTALL RAMDISK
|
1999-04-27 08:36:25 +04:00
|
|
|
|
2009-12-14 04:11:02 +03:00
|
|
|
.else
|
|
|
|
|
|
|
|
KERNEL_SETS= GENERIC64
|
|
|
|
|
|
|
|
BUILD_KERNELS= INSTALL64 RAMDISK64
|
|
|
|
|
|
|
|
.endif
|
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS+= installation/diskimage \
|
2004-12-15 18:03:14 +03:00
|
|
|
installation/netboot \
|
|
|
|
installation/miniroot
|