xref: /freebsd/usr.bin/stdbuf/Makefile (revision d0b2dbfa)
1
2PROG=   stdbuf
3SRCS=   stdbuf.c
4
5.include <bsd.prog.mk>
6