1 1.2 nonaka # $NetBSD: Makefile,v 1.2 2009/01/28 11:21:56 nonaka Exp $ 2 1.1 chris 3 1.1 chris .include <bsd.own.mk> 4 1.1 chris .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 1.1 chris 6 1.1 chris RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR} 7 1.1 chris RAMDISK= ${RAMDISKDIR}/ramdisk.fs 8 1.1 chris 9 1.1 chris MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL 10 1.2 nonaka MDSET_RELEASEDIR= installation/kernel 11 1.1 chris 12 1.1 chris MDSET_NOSTRIP= # defined 13 1.1 chris 14 1.1 chris .include "${DISTRIBDIR}/common/Makefile.mdset" 15 1.1 chris 16 1.1 chris .include <bsd.prog.mk> 17