Index: user/ngie/more-tests2/sbin/geom/class/Makefile =================================================================== --- user/ngie/more-tests2/sbin/geom/class/Makefile (revision 291289) +++ user/ngie/more-tests2/sbin/geom/class/Makefile (revision 291290) @@ -1,24 +1,28 @@ # $FreeBSD$ .include 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 +.if ${MK_TESTS} != "no" +SUBDIR+= tests +.endif + .include