1 # $NetBSD: Makefile,v 1.10 2008/02/02 13:47:04 tsutsui 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 MDSETTARGETS= RAMDISK ${RAMDISK} - 10 MDSET_RELEASEDIR= binary/kernel 11 12 # do not strip kernels, there's no space constraints here. 13 MDSET_NOSTRIP.netbsd-RAMDISK= 14 MDSET_NOSYMBOLS.netbsd-RAMDISK= 15 16 .include "${DISTRIBDIR}/common/Makefile.mdset" 17 18 .include <bsd.prog.mk> 19