Add a file missed in r335645.

Approved by:	brooks, allanjude (mentor)
Differential Revision:	https://reviews.freebsd.org/D15360
This commit is contained in:
Brad Davis 2018-06-25 21:54:39 +00:00
parent d3b03d746b
commit 9ad8ab5438
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335647

26
lib/geom/Makefile.classes Normal file
View File

@ -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