summaryrefslogtreecommitdiffstats
path: root/sys/modules/geom/geom_bsd
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-05-31 18:36:41 +0000
committerphk <phk@FreeBSD.org>2003-05-31 18:36:41 +0000
commit76cf08439655818d4fa31c59778fb01850e0744f (patch)
treea4f63e21319cf07bbe6cb7b2c532424bd36ecc90 /sys/modules/geom/geom_bsd
parentdb5d36629bef50809bfc7eaff3d562e409a4d541 (diff)
downloadFreeBSD-src-76cf08439655818d4fa31c59778fb01850e0744f.zip
FreeBSD-src-76cf08439655818d4fa31c59778fb01850e0744f.tar.gz
Add GEOM module compilation shims.
Diffstat (limited to 'sys/modules/geom/geom_bsd')
-rw-r--r--sys/modules/geom/geom_bsd/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/geom/geom_bsd/Makefile b/sys/modules/geom/geom_bsd/Makefile
new file mode 100644
index 0000000..884ac6e
--- /dev/null
+++ b/sys/modules/geom/geom_bsd/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../geom
+
+KMOD= geom_bsd
+SRCS= geom_bsd.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud