diff options
Diffstat (limited to 'sbin/geom/class/Makefile')
-rw-r--r-- | sbin/geom/class/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/geom/class/Makefile b/sbin/geom/class/Makefile index 6ebdc6619c33..9c78e168ff4c 100644 --- a/sbin/geom/class/Makefile +++ b/sbin/geom/class/Makefile @@ -2,7 +2,8 @@ .include <bsd.own.mk> -SUBDIR= concat +SUBDIR= cache +SUBDIR+=concat .if ${MK_OPENSSL} != "no" SUBDIR+=eli .endif |