Makefile revision 234772
1# $FreeBSD: head/usr.bin/stdbuf/Makefile 234772 2012-04-28 20:52:20Z jlh $
2
3PROG=   stdbuf
4SRCS=   stdbuf.c
5
6WARNS?=	6
7
8.include <bsd.prog.mk>
9