1# $FreeBSD: releng/10.3/usr.bin/stdbuf/Makefile 240372 2012-09-11 21:13:18Z delphij $
2
3PROG=   stdbuf
4SRCS=   stdbuf.c
5
6.include <bsd.prog.mk>
7