Home | History | Annotate | Line # | Download | only in etc.rs6000
      1 #	$NetBSD: Makefile.inc,v 1.1 2009/04/30 12:47:40 tsutsui Exp $
      2 #
      3 #	etc.rs6000/Makefile.inc -- rs6000-specific etc Makefile targets
      4 #
      5 
      6 # If you change the list of distributed kernels, don't forget
      7 # to update the release documentation in distrib/notes/common/contents
      8 
      9 KERNEL_SETS=		GENERIC
     10 
     11 BUILD_KERNELS+=		INSTALL
     12 
     13 MD_INSTALLATION_DIRS+=	installation/bootfs
     14 INSTALLATION_DIRS+=	${MD_INSTALLATION_DIRS}
     15 
     16 snap_md_post:
     17 	# compute checksums
     18 .for dir in ${MD_INSTALLATION_DIRS}
     19 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'
     20 .endfor
     21