summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-02-19 15:43:58 +0000
committerpjd <pjd@FreeBSD.org>2004-02-19 15:43:58 +0000
commit4f4561b6d6a94f0cff8f4ae3e71838599a939778 (patch)
treedf68f8d9f2b09f27b3e4551070b696ec380a50c4 /sys/modules
parente02d6ef4bbafd65f2131a1f6efc2de9b3c446fd0 (diff)
downloadFreeBSD-src-4f4561b6d6a94f0cff8f4ae3e71838599a939778.zip
FreeBSD-src-4f4561b6d6a94f0cff8f4ae3e71838599a939778.tar.gz
Makefile needed for building geom_concat module.
Approved by: scottl (mentor)
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/geom/geom_concat/Makefile8
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>
OpenPOWER on IntegriCloud