diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2007-02-27 04:01:58 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2007-02-27 04:01:58 +0000 |
| commit | e770bc6bf54d42019e4df9dfd94622c80072c0f4 (patch) | |
| tree | 3740487c6f9b60010343610543a779a7e9a63d31 /sys/modules/geom | |
| parent | 5af924bf6c8d6f687447d1558c750b96518aaeff (diff) | |
Notes
Diffstat (limited to 'sys/modules/geom')
| -rw-r--r-- | sys/modules/geom/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/geom/geom_multipath/Makefile | 8 |
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> |
