diff options
| -rw-r--r-- | etc/etc.landisk/Makefile.inc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/etc/etc.landisk/Makefile.inc b/etc/etc.landisk/Makefile.inc index 17f8e78602e..eb35efc977c 100644 --- a/etc/etc.landisk/Makefile.inc +++ b/etc/etc.landisk/Makefile.inc @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.2 2007/05/02 08:02:00 skrll Exp $ +# $NetBSD: Makefile.inc,v 1.3 2009/04/23 14:38:58 tsutsui Exp $ # # etc.landisk/Makefile.inc -- landisk-specific etc Makefile targets # @@ -9,3 +9,9 @@ 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 |
