NetBSD/etc/etc.pmax/Makefile.inc

26 lines
525 B
PHP
Raw Normal View History

2009-12-14 04:11:02 +03:00
# $NetBSD: Makefile.inc,v 1.17 2009/12/14 01:12:05 matt Exp $
#
# etc.pmax/Makefile.inc -- pmax-specific etc Makefile targets
#
# 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"
KERNEL_SETS= GENERIC
BUILD_KERNELS= INSTALL RAMDISK
2009-12-14 04:11:02 +03:00
.else
KERNEL_SETS= GENERIC64
BUILD_KERNELS= INSTALL64 RAMDISK64
.endif
INSTALLATION_DIRS+= installation/diskimage \
2004-12-15 18:03:14 +03:00
installation/netboot \
installation/miniroot