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