1#	$NetBSD: Makefile,v 1.1 2011/01/18 22:21:23 haad Exp $
2#
3
4S!=             cd ${.PARSEDIR}/../../../../;pwd
5
6.include "${.CURDIR}/../../../../modules/solaris/Makefile.solmod"
7
8LIB=	rumpkern_solaris
9
10CPPFLAGS+=	-DASSERT=KASSERT
11
12.include <bsd.lib.mk>
13.include <bsd.klinks.mk>
14