mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
e9ac41698b
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
25 lines
496 B
Makefile
25 lines
496 B
Makefile
.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
|