diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-08-16 06:23:14 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-08-16 06:23:14 +0000 |
| commit | 2d1661a5b696bd5975f93b0f7ca6d9a1e8dcf3fb (patch) | |
| tree | e18bf1a6409808aac8ce00cf4d90348aff45c60d /sys/modules | |
| parent | c1fbc251cd43f57703976219d84bfb31a5716cf8 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/geom/geom_raid3/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/geom/geom_raid3/Makefile b/sys/modules/geom/geom_raid3/Makefile new file mode 100644 index 000000000000..b202237a611f --- /dev/null +++ b/sys/modules/geom/geom_raid3/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../geom/raid3 + +KMOD= geom_raid3 +SRCS= g_raid3.c +SRCS+= g_raid3_ctl.c + +.include <bsd.kmod.mk> |
