blob: 677c87973fbab54d8b04a1a3a86974c3d627322f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile.inc,v 1.1 2014/02/24 07:23:40 skrll Exp $
#
# etc.hppa/Makefile.inc -- hppa-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= GENERIC.MP RAMDISK
INSTALLATION_DIRS+= installation
|