]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/stat/Makefile
MFC r319834,r319841,r320723,r320724:
[FreeBSD/stable/10.git] / usr.bin / stat / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PROG=   stat
6
7 LINKS=  ${BINDIR}/stat ${BINDIR}/readlink
8 MLINKS= stat.1 readlink.1
9
10 .if ${MK_TESTS} != "no"
11 SUBDIR+=        tests
12 .endif
13
14 .include <bsd.prog.mk>