diff options
Diffstat (limited to 'sys')
-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 0000000..3de201a --- /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> |