Makefile revision 1.1
1# $NetBSD: Makefile,v 1.1 2006/06/02 22:11:07 hubertf Exp $ 2 3.include <bsd.own.mk> 4.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 6# create ${RAMDISK_*} variables 7# 8RAMDISKS= RAMDISK_B ramdisk-big \ 9 RAMDISK_S ramdisk-small \ 10 RAMDISK_T ramdisk-tiny \ 11 RESCUE_T ramdisk-rescuetiny 12 13.for V F in ${RAMDISKS} 14${V}DIR!= cd ${.CURDIR}/../ramdisks/${F} && ${PRINTOBJDIR} 15${V}= ${${V}DIR}/${F}.fs 16.endfor 17 18MDSETTARGETS= INSTALL ${RAMDISK_B} - \ 19 INSTALL_LAPTOP ${RAMDISK_B} - \ 20 INSTALL_XENU ${RAMDISK_B} - \ 21 INSTALL_XEN3_U ${RAMDISK_B} - \ 22 INSTALL_SMALL ${RAMDISK_S} - \ 23 INSTALL_TINY ${RAMDISK_T} - \ 24 INSTALL_PS2 ${RAMDISK_S} - \ 25 INSTALL_TINY ${RESCUE_T} netbsd-RESCUE_TINY 26 27MDSET_RELEASEDIR= binary/kernel 28 29.include "${DISTRIBDIR}/common/Makefile.mdset" 30 31.include <bsd.prog.mk> 32