snj doesn't like my accent, so use proper English month names.
[netbsd-mini2440.git] / etc / etc.ofppc / Makefile.inc
blob665e0779772c17de26f4a31dc19c100eb0e95f13
1 #       $NetBSD: Makefile.inc,v 1.8 2008/02/05 19:03:38 garbled Exp $
3 #       etc.ofppc/Makefile.inc -- ofppc-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/netboot
15 INSTALLATION_DIRS+=     ${MD_INSTALLATION_DIRS}
17 INSTALLATION_SYMLINKS=  \
18         netboot/netbsd-INSTALL.gz       ../../binary/kernel/netbsd-INSTALL.gz \
19         netboot/netbsd-GENERIC.gz       ../../binary/kernel/netbsd-GENERIC.gz
21 snap_md_post:
22         # install ofwboot in netboot directory
23         ${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/ofwboot \
24                 ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/netboot
26         # install links to boot and installation utilities for various media
27 .for linkdst linksrc in ${INSTALLATION_SYMLINKS}
28         rm -f ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/${linkdst}
29         ln -s ${linksrc} ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/${linkdst}
30 .endfor
32         # compute checksums
33 .for dir in ${MD_INSTALLATION_DIRS}
34         ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'
35 .endfor