]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/stat/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / usr.bin / stat / Makefile
1 # $FreeBSD$
2
3 PROG=   stat
4 WARNS?= 2
5
6 LINKS=  ${BINDIR}/stat ${BINDIR}/readlink
7 MLINKS= stat.1 readlink.1
8
9 .include <bsd.prog.mk>