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