blob: f107bf0833e05b71046572cc2f372a59239bfd7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $NetBSD: Makefile.inc,v 1.13 2010/06/09 17:34:32 phx Exp $
#
# etc.sandpoint/Makefile.inc -- sandpoint-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 KUROBOX
KERNEL_SUFFIXES= srec
BUILD_KERNELS= INSTALL INSTALL_KURO
|