1234772Sjlh# $FreeBSD$
2234772Sjlh
3234772Sjlh.include <bsd.own.mk>
4234772Sjlh
5234772SjlhLIB=		stdbuf
6234772SjlhSRCS=		stdbuf.c
7234772SjlhSHLIB_MAJOR=	1
8234772SjlhMAN=		libstdbuf.3
9234772Sjlh
10234772Sjlh.include <bsd.lib.mk>
11