xref: /freebsd/cddl/usr.sbin/zfsd/Makefile (revision ee5cf11617a9b7f034d95c639bd4d27d1f09e848)
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