summaryrefslogtreecommitdiff
path: root/sys/rump/dev/lib
diff options
context:
space:
mode:
authorpooka <pooka@NetBSD.org>2009-09-04 17:21:33 +0000
committerpooka <pooka@NetBSD.org>2009-09-04 17:21:33 +0000
commitda73ba1e67e751cc1dcd8f327489bb994660ff0e (patch)
treea71f2e76f46455dda497e923447d11577eda28b6 /sys/rump/dev/lib
parentf42da03906fc4c851f5408b0dc9a8b9ccd8eb09e (diff)
build & install librumpdev_netsmb and librumpfs_smbfs components
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"