1# $FreeBSD$
2
3PROG=	stat
4
5LINKS=	${BINDIR}/stat ${BINDIR}/readlink
6MLINKS=	stat.1 readlink.1
7
8.include <bsd.prog.mk>
9