Makefile revision 97953
1# $FreeBSD: head/usr.bin/stat/Makefile 97953 2002-06-06 19:27:17Z dougb $
2
3PROG=	stat
4MAN=	stat.1
5SRCS=	stat.c
6WARNS?=	2
7
8.include <bsd.prog.mk>
9