blob: 6ab4c056424e9555758478f12380f29a067e4db2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile.inc,v 1.8 2014/03/31 11:25:48 martin Exp $
#
# etc.playstation2/Makefile.inc --
# playstation2-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/miniroot
|