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