blob: e117dede5ea4c6f2ed8d60acf894e2789c63a554 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile.inc,v 1.12 2010/10/04 13:45:28 tsutsui Exp $
#
# etc.shark/Makefile.inc -- shark-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
KERNEL_SUFFIXES= aout
BUILD_KERNELS= INSTALL
INSTALLATION_DIRS+= installation/instkernel
snap_md_post:
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/instkernel '*.gz'
|