xref: /netbsd/sys/rump/dev/lib/Makefile.inc (revision 6550d01e)
1#	$NetBSD: Makefile.inc,v 1.3 2010/03/01 13:12:19 pooka Exp $
2#
3
4RUMPTOP=	${.CURDIR}/../../..
5CPPFLAGS+=	-I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump/rumpdev \
6		-I${RUMPTOP}/librump/rumpdev/opt
7
8.include "${RUMPTOP}/Makefile.rump"
9