summaryrefslogtreecommitdiff
path: root/sys/rump/dev
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
parentf42da03906fc4c851f5408b0dc9a8b9ccd8eb09e (diff)
build & install librumpdev_netsmb and librumpfs_smbfs components
Diffstat (limited to 'sys/rump/dev')
-rw-r--r--sys/rump/dev/Makefile.rumpdev5
-rw-r--r--sys/rump/dev/lib/Makefile.inc4
2 files changed, 5 insertions, 4 deletions
diff --git a/sys/rump/dev/Makefile.rumpdev b/sys/rump/dev/Makefile.rumpdev
index 5d7cad2dd16..7151b93b584 100644
--- a/sys/rump/dev/Makefile.rumpdev
+++ b/sys/rump/dev/Makefile.rumpdev
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile.rumpdev,v 1.2 2009/07/20 18:09:20 pooka Exp $
+# $NetBSD: Makefile.rumpdev,v 1.3 2009/09/04 17:21:34 pooka Exp $
#
-RUMPDEVLIST= cgd disk raidframe
+#RUMPDEVLIST= cgd disk raidframe
+RUMPDEVLIST= netsmb
.for var in ${RUMPDEVLIST}
RUMPDEVLIBS+=lib${var}
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"