1 # $NetBSD: Makefile,v 1.2 2011/02/20 08:26:08 matt Exp $ 2 3 .include <bsd.own.mk> 4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 6 RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} 7 RAMDISK= ${RAMDISKDIR}/ramdisk.fs 8 9 .if ${MACHINE_ARCH} == "mips64el" 10 SFX= 64 11 .endif 12 13 MDSETTARGETS= RAMDISK${SFX} ${RAMDISK} - 14 MDSET_RELEASEDIR= binary/kernel 15 16 # do not strip kernels, there's no space constraints here. 17 MDSET_NOSTRIP.netbsd-RAMDISK${SFX}= 18 MDSET_NOSYMBOLS.netbsd-RAMDISK${SFX}= 19 20 .include "${DISTRIBDIR}/common/Makefile.mdset" 21 22 .include <bsd.prog.mk> 23