diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-02-19 15:43:58 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2004-02-19 15:43:58 +0000 |
| commit | e1ae50791efa3ef878f15c3c8c0b81f8be82e430 (patch) | |
| tree | df68f8d9f2b09f27b3e4551070b696ec380a50c4 /sys/modules/geom | |
| parent | 19d16e2fee51918685605f4c4c3d364b72f58197 (diff) | |
Notes
Diffstat (limited to 'sys/modules/geom')
| -rw-r--r-- | sys/modules/geom/geom_concat/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/geom/geom_concat/Makefile b/sys/modules/geom/geom_concat/Makefile new file mode 100644 index 000000000000..3de201a79b48 --- /dev/null +++ b/sys/modules/geom/geom_concat/Makefile @@ -0,0 +1,8 @@ +# $FreeBSD$ + +.PATH: ${.CURDIR}/../../../geom/concat + +KMOD= geom_concat +SRCS= g_concat.c + +.include <bsd.kmod.mk> |
