blob: f8f8c691cb5f404aea88a6b638837435af582e9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile.inc,v 1.4 2007/07/24 10:49:26 pavel Exp $
#
# etc.mipsco/Makefile.inc -- mipsco-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
KERNEL_SETS= GENERIC
BUILD_KERNELS= RAMDISK
INSTALLATION_DIRS+= installation/diskimage \
installation/netboot
|