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