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