blob: 2f1d07c03e6ded8b04b514cd702c2d61470d5ab0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile.inc,v 1.8 2020/03/08 06:23:18 rin Exp $
#
# etc.sun2/Makefile.inc -- sun2-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 FOURMEG DISKLESS NFS
EXTRA_KERNELS= INSTALL
BUILD_KERNELS= RAMDISK
INSTALLATION_DIRS+= installation/miniroot \
installation/netboot \
installation/tapeimage
|