xref: /freebsd/lib/libstdbuf/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.include <bsd.own.mk>
2
3PACKAGE=lib${LIB}
4LIB=		stdbuf
5SRCS=		stdbuf.c
6SHLIB_MAJOR=	1
7MAN=		libstdbuf.3
8
9.include <bsd.lib.mk>
10