1*7a0c41d5SAlan Somers# $FreeBSD$ 2*7a0c41d5SAlan Somers 3*7a0c41d5SAlan SomersSRCDIR=${.CURDIR}/../../.. 4*7a0c41d5SAlan Somers.include "Makefile.common" 5*7a0c41d5SAlan Somers 6*7a0c41d5SAlan SomersPROG_CXX= zfsd 7*7a0c41d5SAlan SomersMAN= zfsd.8 8*7a0c41d5SAlan Somers 9*7a0c41d5SAlan Somers.include <bsd.prog.mk> 10*7a0c41d5SAlan Somers 11*7a0c41d5SAlan Somers# The unittests require devel/googletest and devel/googlemock from ports. 12*7a0c41d5SAlan Somers# Don't automatically build them. 13*7a0c41d5SAlan SomersSUBDIR= 14