1 1.3 nonaka # $NetBSD: Makefile,v 1.3 2009/01/28 11:43:28 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.3 nonaka MDSET_NOGZIP= # defined 13 1.1 chris MDSET_NOSTRIP= # defined 14 1.3 nonaka MDSET_NOSYMBOLS= # defined 15 1.1 chris 16 1.1 chris .include "${DISTRIBDIR}/common/Makefile.mdset" 17 1.1 chris 18 1.1 chris .include <bsd.prog.mk> 19