]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/stdbuf/Makefile
MFC r234772:
[FreeBSD/stable/8.git] / usr.bin / stdbuf / Makefile
1 # $FreeBSD$
2
3 PROG=   stdbuf
4 SRCS=   stdbuf.c
5
6 WARNS?= 6
7
8 .include <bsd.prog.mk>