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