Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / etc / etc.landisk / Makefile.inc
blob50795347fe189be56665d1498a13d712c5876c49
1 # $NetBSD: Makefile.inc,v 1.2 2007/05/02 08:02:00 skrll Exp $
3 # etc.landisk/Makefile.inc -- landisk-specific etc Makefile targets
6 KERNEL_SETS=            GENERIC
8 BUILD_KERNELS+=         INSTALL
10 MD_INSTALLATION_DIRS=   installation/misc
11 INSTALLATION_DIRS+=     ${MD_INSTALLATION_DIRS}
13 snap_md_post:
14         # compute checksums
15 .for dir in ${MD_INSTALLATION_DIRS}
16         ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'
17 .endfor