add a workaround for drm:
[netbsd-mini2440.git] / etc / etc.rs6000 / Makefile.inc
blob7c9382108402c3012cec6fd4d820a41777efc525
1 #       $NetBSD$
3 #       etc.rs6000/Makefile.inc -- rs6000-specific etc Makefile targets
6 # If you change the list of distributed kernels, don't forget
7 # to update the release documentation in distrib/notes/common/contents
9 KERNEL_SETS=            GENERIC
11 BUILD_KERNELS+=         INSTALL
13 MD_INSTALLATION_DIRS+=  installation/bootfs
14 INSTALLATION_DIRS+=     ${MD_INSTALLATION_DIRS}
16 snap_md_post:
17         # compute checksums
18 .for dir in ${MD_INSTALLATION_DIRS}
19         ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'
20 .endfor