diff options
author | pjd <pjd@FreeBSD.org> | 2004-02-19 15:43:58 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2004-02-19 15:43:58 +0000 |
commit | 4f4561b6d6a94f0cff8f4ae3e71838599a939778 (patch) | |
tree | df68f8d9f2b09f27b3e4551070b696ec380a50c4 /sys/modules/geom | |
parent | e02d6ef4bbafd65f2131a1f6efc2de9b3c446fd0 (diff) | |
download | FreeBSD-src-4f4561b6d6a94f0cff8f4ae3e71838599a939778.zip FreeBSD-src-4f4561b6d6a94f0cff8f4ae3e71838599a939778.tar.gz |
Makefile needed for building geom_concat module.
Approved by: scottl (mentor)
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 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> |