1 1.3.8.1 yamt # $NetBSD: Makefile,v 1.3.8.1 2012/04/17 00:02:55 yamt 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.3.8.1 yamt MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL \ 10 1.3.8.1 yamt INSTALL_C700 ${RAMDISK} netbsd-INSTALL_C700 11 1.3.8.1 yamt 12 1.2 nonaka MDSET_RELEASEDIR= installation/kernel 13 1.1 chris 14 1.3 nonaka MDSET_NOGZIP= # defined 15 1.1 chris MDSET_NOSTRIP= # defined 16 1.3 nonaka MDSET_NOSYMBOLS= # defined 17 1.1 chris 18 1.1 chris .include "${DISTRIBDIR}/common/Makefile.mdset" 19 1.1 chris 20 1.1 chris .include <bsd.prog.mk> 21