NetBSD/etc/etc.mvme68k/Makefile.inc
2007-07-24 10:49:23 +00:00

29 lines
908 B
Makefile

# $NetBSD: Makefile.inc,v 1.9 2007/07/24 10:49:26 pavel Exp $
#
# etc.mvme68k/Makefile.inc -- mvme68k-specific etc Makefile targets
#
# If you change the list of distributed kernels, don't forget
# to update the release documentation in distrib/notes/common/contents
KERNEL_SETS= GENERIC VME147 VME162 VME167 VME172 VME177
BUILD_KERNELS= RAMDISK
INSTALLATION_DIRS+= installation/miniroot \
installation/netboot \
installation/tapeimage
snap_md_post:
.for file in netboot sboot
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/${file} \
${RELEASEDIR}/${MACHINE}/installation/netboot
.endfor
.for file in bootst stboot
${HOST_INSTALL_FILE} -m ${NONBINMODE} ${DESTDIR}/usr/mdec/${file} \
${RELEASEDIR}/${MACHINE}/installation/tapeimage
.endfor
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/netboot -a
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/tapeimage -a