1 1.3.2.2 garbled # $NetBSD: Makefile,v 1.3.2.2 2008/02/05 19:05:41 garbled Exp $ 2 1.3.2.2 garbled 3 1.3.2.2 garbled .include <bsd.own.mk> 4 1.3.2.2 garbled .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 1.3.2.2 garbled 6 1.3.2.2 garbled # create ${RAMDISK_*} variables 7 1.3.2.2 garbled # 8 1.3.2.2 garbled RAMDISKS= RAMDISK ramdisk 9 1.3.2.2 garbled 10 1.3.2.2 garbled .for V F in ${RAMDISKS} 11 1.3.2.2 garbled ${V}DIR!= cd ${.CURDIR}/../ramdisks/${F} && ${PRINTOBJDIR} 12 1.3.2.2 garbled ${V}= ${${V}DIR}/${F}.fs 13 1.3.2.2 garbled .endfor 14 1.3.2.2 garbled 15 1.3.2.2 garbled MDSETTARGETS= INSTALL ${RAMDISK} - 16 1.3.2.2 garbled 17 1.3.2.2 garbled MDSET_RELEASEDIR= binary/kernel 18 1.3.2.2 garbled 19 1.3.2.2 garbled # do not strip kernels, there's no space constraints here. 20 1.3.2.2 garbled MDSET_NOSTRIP.netbsd-INSTALL= 21 1.3.2.2 garbled MDSET_NOSYMBOLS.netbsd-INSTALL= 22 1.3.2.2 garbled 23 1.3.2.2 garbled .include "${DISTRIBDIR}/common/Makefile.mdset" 24 1.3.2.2 garbled 25 1.3.2.2 garbled .include <bsd.prog.mk> 26