HardenedBSD/lib/geom/Makefile.classes
Warner Losh e9ac41698b Remove residual blank line at start of Makefile
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
2024-07-15 16:43:39 -06:00

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