xref: /dflybsd-src/lib/libstdbuf/Makefile (revision ec21d9fbfac028108ef0d30283d74b804e16da33)
1LIB=		stdbuf
2
3SRCS=		stdbuf.c
4SHLIB_MAJOR=	1
5MAN=		libstdbuf.3
6
7.include <bsd.lib.mk>
8