xref: /netbsd-src/sys/rump/kern/lib/libsolaris/Makefile (revision c2f76ff004a2cb67efe5b12d97bd3ef7fe89e18d)
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
10# RUMP Stuff
11CPPFLAGS+=      -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpvfs\
12		-I${RUMPTOP}/librump/rumpdev
13CPPFLAGS+=	-DASSERT=KASSERT
14
15SRCS+= component.c
16
17.include <bsd.lib.mk>
18.include <bsd.klinks.mk>
19