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