xref: /netbsd-src/distrib/hpcsh/instkernel/Makefile (revision f18be52f7590b8ff0687bac74752365087600186)
1#	$NetBSD: Makefile,v 1.1 2008/04/26 17:42:09 tsutsui 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=		RAMDISK		${MINIROOT}	netbsd
12MDSET_RELEASEDIR=	installation
13
14.include "${DISTRIBDIR}/common/Makefile.mdset"
15
16.include <bsd.prog.mk>
17