1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5LIB=		stdbuf
6SRCS=		stdbuf.c
7SHLIB_MAJOR=	1
8MAN=		libstdbuf.3
9
10.include <bsd.lib.mk>
11