summaryrefslogtreecommitdiff
path: root/sys/rump/dev/lib
diff options
context:
space:
mode:
Diffstat (limited to 'sys/rump/dev/lib')
-rw-r--r--sys/rump/dev/lib/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/rump/dev/lib/Makefile.inc b/sys/rump/dev/lib/Makefile.inc
index 37fdfeeedf5..659a673592e 100644
--- a/sys/rump/dev/lib/Makefile.inc
+++ b/sys/rump/dev/lib/Makefile.inc
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.inc,v 1.1 2009/06/09 16:16:15 pooka Exp $
+# $NetBSD: Makefile.inc,v 1.2 2009/09/04 17:21:34 pooka Exp $
#
RUMPTOP= ${.CURDIR}/../../..
-CPPFLAGS+= -I${RUMPTOP}/librump/rumpdev/opt
+CPPFLAGS+= -I${RUMPTOP}/librump/rumpdev -I${RUMPTOP}/librump/rumpdev/opt
.include "${RUMPTOP}/Makefile.rump"