Build/install cddl/usr.sbin/zfsd/tests if MK_GOOGLETEST != no

This commit is contained in:
Enji Cooper
2019-02-20 00:40:57 +00:00
parent 2f5a552046
commit 3dd8d38a35
+4 -4
View File
@@ -1,12 +1,12 @@
# $FreeBSD$
.include <src.opts.mk>
.include "Makefile.common"
PROG_CXX= zfsd
MAN= zfsd.8
.include <bsd.prog.mk>
SUBDIR.${MK_GOOGLETEST}+= tests
# The unittests require devel/googletest and devel/googlemock from ports.
# Don't automatically build them.
SUBDIR=
.include <bsd.prog.mk>