blob: e1d004c500f1e1513cfe0552dbb1353dcb1197f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile.inc,v 1.17 2007/07/24 10:49:28 pavel Exp $
#
# etc.sun3/Makefile.inc -- sun3-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 GENERIC3X DISKLESS DISKLESS3X
EXTRA_KERNELS= INSTALL INSTALL3X
BUILD_KERNELS= RAMDISK RAMDISK3X
INSTALLATION_DIRS+= installation/miniroot \
installation/netboot \
installation/tapeimage
|