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