1 # $NetBSD: Makefile,v 1.3 2010/09/04 01:16:49 tsutsui Exp $ 2 3 .include <bsd.own.mk> 4 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib" 5 6 .include <bsd.kernobj.mk> 7 8 MINIROOTOBJ!= cd ${DISTRIBDIR}/miniroot && ${PRINTOBJDIR} 9 MINIROOT= ${MINIROOTOBJ}/miniroot.fs 10 11 MDSETTARGETS= INSTALL_IPAQ ${MINIROOT} netbsd-IPAQ \ 12 INSTALL_JORNADA720 ${MINIROOT} netbsd-JORNADA720 \ 13 INSTALL_WZERO3 ${MINIROOT} netbsd-WZERO3 14 MDSET_RELEASEDIR= installation 15 16 .include "${DISTRIBDIR}/common/Makefile.mdset" 17 18 .include <bsd.prog.mk> 19