xref: /freebsd-12.1/lib/libstdbuf/Makefile (revision a70cba95)
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