26 lines
778 B
Makefile
26 lines
778 B
Makefile
# $NetBSD: Makefile.inc,v 1.7 2003/01/03 15:34:38 lukem Exp $
|
|
#
|
|
# etc.mvme68k/Makefile.inc -- mvme68k-specific etc Makefile targets
|
|
#
|
|
|
|
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 -all
|
|
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/tapeimage -all
|
|
|