mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
24 lines
496 B
Text
24 lines
496 B
Text
.if !defined(COMPAT_libcompat)
|
|
GEOM_CLASS_DIR?=/lib/geom
|
|
.else
|
|
GEOM_CLASS_DIR?=/usr/lib${COMPAT_libcompat}/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+= shsec
|
|
GEOM_CLASSES+= stripe
|
|
GEOM_CLASSES+= union
|
|
GEOM_CLASSES+= virstor
|