]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/sdiff/Makefile
Import ClangFormat.cpp from ^/vendor/clang/clang-release_380-r262564
[FreeBSD/FreeBSD.git] / usr.bin / sdiff / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 PROG=   sdiff
6 SRCS=   common.c edit.c sdiff.c
7 WARNS=  3
8
9 MAN1=   sdiff.1
10
11 .if ${MK_TESTS} != "no"
12 SUBDIR+= tests
13 .endif
14
15 .include <bsd.prog.mk>