18 lines
449 B
Makefile
18 lines
449 B
Makefile
# $NetBSD: Makefile.inc,v 1.7 2007/07/24 10:49:28 pavel 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
|
|
|
|
EXTRA_KERNELS= INSTALL
|
|
|
|
BUILD_KERNELS= RAMDISK
|
|
|
|
INSTALLATION_DIRS+= installation/miniroot \
|
|
installation/netboot \
|
|
installation/tapeimage
|