blob: a2e5689e8e2b89004f857d4387434889ac8eceb0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile.inc,v 1.6 2010/10/17 10:56:48 kiyohara Exp $
#
# etc.bebox/Makefile.inc -- bebox-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
BUILD_KERNELS= INSTALL
INSTALLATION_DIRS+= installation/floppy
snap_md_post:
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/floppy '*'
|