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
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
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}
33 .for dir in ${MD_INSTALLATION_DIRS}
34 ${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/${dir} '*'