xref: /dragonfly/usr.bin/stat/Makefile (revision 0212bfce)
1# $FreeBSD: head/usr.bin/stat/Makefile 216206 2010-12-05 21:33:05Z dougb $
2
3PROG=	stat
4CFLAGS+=-DHAVE_CONFIG_H=0
5
6LINKS=	${BINDIR}/stat ${BINDIR}/readlink
7MLINKS=	stat.1 readlink.1
8
9.include <bsd.prog.mk>
10