xref: /freebsd/cddl/usr.sbin/zfsd/Makefile (revision 84cd8a602a87e5bda4235c7a4e2c64253034e188)
1# $FreeBSD$
2
3.include "Makefile.common"
4
5PROG_CXX=	zfsd
6MAN=		zfsd.8
7
8.include <bsd.prog.mk>
9
10# The unittests require devel/googletest and devel/googlemock from ports.
11# Don't automatically build them.
12SUBDIR=
13