]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/geom/Makefile.classes
exports.5: Clarify that exported dirs should be local mount points
[FreeBSD/FreeBSD.git] / lib / geom / Makefile.classes
1
2 .if !defined(COMPAT_libcompat)
3 GEOM_CLASS_DIR?=/lib/geom
4 .else
5 GEOM_CLASS_DIR?=/usr/lib${COMPAT_libcompat}/geom
6 .endif
7
8 GEOM_CLASSES=   cache
9 GEOM_CLASSES+=  concat
10 .if ${MK_OPENSSL} != "no"
11 GEOM_CLASSES+=  eli
12 .endif
13 GEOM_CLASSES+=  journal
14 GEOM_CLASSES+=  label
15 GEOM_CLASSES+=  mirror
16 GEOM_CLASSES+=  mountver
17 GEOM_CLASSES+=  multipath
18 GEOM_CLASSES+=  nop
19 GEOM_CLASSES+=  part
20 GEOM_CLASSES+=  raid
21 GEOM_CLASSES+=  raid3
22 GEOM_CLASSES+=  shsec
23 GEOM_CLASSES+=  stripe
24 GEOM_CLASSES+=  union
25 GEOM_CLASSES+=  virstor