]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/stat/Makefile
This commit was generated by cvs2svn to compensate for changes in r102644,
[FreeBSD/FreeBSD.git] / usr.bin / stat / Makefile
1 # $FreeBSD$
2
3 PROG=   stat
4 MAN=    stat.1
5 SRCS=   stat.c
6 WARNS?= 2
7
8 LINKS=  ${BINDIR}/stat ${BINDIR}/readlink
9 MLINKS= stat.1 readlink.1
10
11 .include <bsd.prog.mk>