]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/cmp/Makefile
MFC r272777,r272779,r272780,r272781,r272782,r272783,r272784,r272787,r272788:
[FreeBSD/stable/10.git] / usr.bin / cmp / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 .include <bsd.own.mk>
5
6 PROG=   cmp
7 SRCS=   cmp.c link.c misc.c regular.c special.c
8
9 .if ${MK_TESTS} != "no"
10 SUBDIR+=        tests
11 .endif
12
13 .include <bsd.prog.mk>