1 1.1.4.1 riz # $NetBSD: Makefile,v 1.1.4.1 2007/03/09 06:59:42 riz Exp $ 2 1.1 hubertf 3 1.1 hubertf .include <bsd.own.mk> 4 1.1 hubertf .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 1.1 hubertf 6 1.1 hubertf # create ${RAMDISK_*} variables 7 1.1 hubertf # 8 1.1 hubertf RAMDISKS= RAMDISK ramdisk 9 1.1 hubertf 10 1.1 hubertf .for V F in ${RAMDISKS} 11 1.1 hubertf ${V}DIR!= cd ${.CURDIR}/../ramdisks/${F} && ${PRINTOBJDIR} 12 1.1 hubertf ${V}= ${${V}DIR}/${F}.fs 13 1.1 hubertf .endfor 14 1.1 hubertf 15 1.1.4.1 riz MDSETTARGETS= INSTALL ${RAMDISK} - 16 1.1 hubertf 17 1.1 hubertf MDSET_RELEASEDIR= binary/kernel 18 1.1 hubertf 19 1.1 hubertf .include "${DISTRIBDIR}/common/Makefile.mdset" 20 1.1 hubertf 21 1.1 hubertf .include <bsd.prog.mk> 22