aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-06-25 21:54:39 +0000
committerBrad Davis <brd@FreeBSD.org>2018-06-25 21:54:39 +0000
commit9ad8ab5438d84d87682403737f462c77b51d6501 (patch)
treef2d17a3baee22a9b3fd8f4e345f7823136b5b682 /lib
parentd3b03d746b9f12c8e6e55ca6d9528247e3bb3a84 (diff)
downloadsrc-9ad8ab5438d84d87682403737f462c77b51d6501.tar.gz
src-9ad8ab5438d84d87682403737f462c77b51d6501.zip
Add a file missed in r335645.
Approved by: brooks, allanjude (mentor) Differential Revision: https://reviews.freebsd.org/D15360
Notes
Notes: svn path=/head/; revision=335647
Diffstat (limited to 'lib')
-rw-r--r--lib/geom/Makefile.classes26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/geom/Makefile.classes b/lib/geom/Makefile.classes
new file mode 100644
index 000000000000..a8c4c81ba6e8
--- /dev/null
+++ b/lib/geom/Makefile.classes
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+.if !defined(COMPAT_32BIT)
+GEOM_CLASS_DIR?=/lib/geom
+.else
+GEOM_CLASS_DIR?=/usr/lib32/geom
+.endif
+
+GEOM_CLASSES= cache
+GEOM_CLASSES+= concat
+.if ${MK_OPENSSL} != "no"
+GEOM_CLASSES+= eli
+.endif
+GEOM_CLASSES+= journal
+GEOM_CLASSES+= label
+GEOM_CLASSES+= mirror
+GEOM_CLASSES+= mountver
+GEOM_CLASSES+= multipath
+GEOM_CLASSES+= nop
+GEOM_CLASSES+= part
+GEOM_CLASSES+= raid
+GEOM_CLASSES+= raid3
+GEOM_CLASSES+= sched
+GEOM_CLASSES+= shsec
+GEOM_CLASSES+= stripe
+GEOM_CLASSES+= virstor