summaryrefslogtreecommitdiff
path: root/sys/modules/geom
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2007-02-27 04:01:58 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2007-02-27 04:01:58 +0000
commite770bc6bf54d42019e4df9dfd94622c80072c0f4 (patch)
tree3740487c6f9b60010343610543a779a7e9a63d31 /sys/modules/geom
parent5af924bf6c8d6f687447d1558c750b96518aaeff (diff)
Notes
Diffstat (limited to 'sys/modules/geom')
-rw-r--r--sys/modules/geom/Makefile1
-rw-r--r--sys/modules/geom/geom_multipath/Makefile8
2 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/geom/Makefile b/sys/modules/geom/Makefile
index 011ff4c2c1ba..26e22093cfcc 100644
--- a/sys/modules/geom/Makefile
+++ b/sys/modules/geom/Makefile
@@ -12,6 +12,7 @@ SUBDIR= geom_bde \
geom_label \
geom_mbr \
geom_mirror \
+ geom_multipath \
geom_nop \
geom_pc98 \
geom_raid3 \
diff --git a/sys/modules/geom/geom_multipath/Makefile b/sys/modules/geom/geom_multipath/Makefile
new file mode 100644
index 000000000000..d036fe0dec7b
--- /dev/null
+++ b/sys/modules/geom/geom_multipath/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../geom/multipath
+
+KMOD= geom_multipath
+SRCS= g_multipath.c
+
+.include <bsd.kmod.mk>