1234772Sjlh# $FreeBSD: releng/10.2/lib/libstdbuf/Makefile 241695 2012-10-18 15:39:29Z ed $
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