]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sbin/geom/class/Makefile
Quiet unused fn warning for linuxulator w/o legacy syscalls
[FreeBSD/FreeBSD.git] / sbin / geom / class / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 SUBDIR= cache
6 SUBDIR+=concat
7 .if ${MK_OPENSSL} != "no"
8 SUBDIR+=eli
9 .endif
10 SUBDIR+=journal
11 SUBDIR+=label
12 SUBDIR+=mirror
13 SUBDIR+=mountver
14 SUBDIR+=multipath
15 SUBDIR+=nop
16 SUBDIR+=part
17 SUBDIR+=raid
18 SUBDIR+=raid3
19 SUBDIR+=sched
20 SUBDIR+=shsec
21 SUBDIR+=stripe
22 SUBDIR+=virstor
23
24 .include <bsd.subdir.mk>