]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/diff3/Makefile
Import mandoc snapshot 2017-06-08
[FreeBSD/FreeBSD.git] / usr.bin / diff3 / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG=   diff3
6
7 .if ${MK_TESTS} != "no"
8 SUBDIR+=        tests
9 .endif
10
11 .include <bsd.prog.mk>