01c7535846
MFC after: 1 week X-MFC with: r305018 Sponsored by: EMC / Isilon Storage Division
13 lines
210 B
Makefile
13 lines
210 B
Makefile
# $FreeBSD$
|
|
|
|
.include "Makefile.common"
|
|
|
|
PROG_CXX= zfsd
|
|
MAN= zfsd.8
|
|
|
|
.include <bsd.prog.mk>
|
|
|
|
# The unittests require devel/googletest and devel/googlemock from ports.
|
|
# Don't automatically build them.
|
|
SUBDIR=
|