xref: /freebsd/cddl/usr.sbin/zfsd/Makefile (revision a530b610636be65c4948ba01a65da56627d7ffe2)
17a0c41d5SAlan Somers# $FreeBSD$
27a0c41d5SAlan Somers
3*a530b610SEnji Cooper.include <src.opts.mk>
4*a530b610SEnji Cooper
57a0c41d5SAlan Somers.include "Makefile.common"
67a0c41d5SAlan Somers
77a0c41d5SAlan SomersPROG_CXX=	zfsd
87a0c41d5SAlan SomersMAN=		zfsd.8
97a0c41d5SAlan Somers
10*a530b610SEnji CooperHAS_TESTS=
11*a530b610SEnji CooperSUBDIR.${MK_GOOGLETEST}+= tests
127a0c41d5SAlan Somers
13*a530b610SEnji Cooper.include <bsd.prog.mk>
14