blob: eb35efc977c86e5d99604f5a5f1c89aea6f7bd0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile.inc,v 1.3 2009/04/23 14:38:58 tsutsui Exp $
#
# etc.landisk/Makefile.inc -- landisk-specific etc Makefile targets
#
KERNEL_SETS= GENERIC
BUILD_KERNELS+= INSTALL
MD_INSTALLATION_DIRS= installation/misc
INSTALLATION_DIRS+= ${MD_INSTALLATION_DIRS}
snap_md_post:
# compute checksums
.for dir in ${MD_INSTALLATION_DIRS}
${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'
.endfor
|