diff options
Diffstat (limited to 'sbin/geom/class/Makefile')
-rw-r--r-- | sbin/geom/class/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile deleted file mode 100644 index a7ed1b9450e5..000000000000 --- a/sbin/geom/class/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD$ - -.include <src.opts.mk> - -SUBDIR= cache -SUBDIR+=concat -.if ${MK_OPENSSL} != "no" -SUBDIR+=eli -.endif -SUBDIR+=journal -SUBDIR+=label -SUBDIR+=mirror -SUBDIR+=mountver -SUBDIR+=multipath -SUBDIR+=nop -SUBDIR+=part -SUBDIR+=raid -SUBDIR+=raid3 -SUBDIR+=sched -SUBDIR+=shsec -SUBDIR+=stripe -SUBDIR+=virstor - -.include <bsd.subdir.mk> |