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