11.4Sjym# $NetBSD: Makefile,v 1.4 2011/01/18 00:22:56 jym Exp $ 21.1Shubertf 31.1Shubertf.include <bsd.own.mk> 41.1Shubertf.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 51.1Shubertf 61.1Shubertf# create ${RAMDISK_*} variables 71.1Shubertf# 81.1ShubertfRAMDISKS= RAMDISK ramdisk 91.1Shubertf 101.1Shubertf.for V F in ${RAMDISKS} 111.1Shubertf${V}DIR!= cd ${.CURDIR}/../ramdisks/${F} && ${PRINTOBJDIR} 121.1Shubertf${V}= ${${V}DIR}/${F}.fs 131.1Shubertf.endfor 141.1Shubertf 151.2SbouyerMDSETTARGETS= INSTALL ${RAMDISK} - 161.4SjymMDSETTARGETS+= GENERIC ${RAMDISK} - 171.3SbouyerMDSETTARGETS+=INSTALL_XEN3_DOMU ${RAMDISK} - 181.1Shubertf 191.1ShubertfMDSET_RELEASEDIR= binary/kernel 201.1Shubertf 211.4Sjym# need symbols to load modules. don't actually want image inserted. 221.4SjymMDSET_NOSTRIP.netbsd-GENERIC= 231.4SjymMDSET_NOIMAGE.netbsd-GENERIC= 241.3Sbouyer# do not strip Xen kernels, there's no space constraints here. 251.3SbouyerMDSET_NOSTRIP.netbsd-INSTALL_XEN3_DOMU= 261.3SbouyerMDSET_NOSYMBOLS.netbsd-INSTALL_XEN3_DOMU= 271.3Sbouyer 281.1Shubertf.include "${DISTRIBDIR}/common/Makefile.mdset" 291.1Shubertf 301.1Shubertf.include <bsd.prog.mk> 31