summaryrefslogtreecommitdiff
path: root/lib/libstdbuf/Makefile
blob: 9e289e0018fc87432f0e8e7bd41c8e1ad35ff3e5 (plain)
1
2
3
4
5
6
7
8
.include <bsd.own.mk>

LIB=		stdbuf
SRCS=		stdbuf.c
SHLIB_MAJOR=	1
MAN=		libstdbuf.3

.include <bsd.lib.mk>