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