mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
12 lines
210 B
Makefile
12 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=
|