aboutsummaryrefslogtreecommitdiff
path: root/lib/libstdbuf/Makefile
blob: aa0ed7b4e18a8ca8802d15114285dc2746069765 (plain) (blame)
1
2
3
4
5
6
7
8
9
10

.include <bsd.own.mk>

PACKAGE=lib${LIB}
LIB=		stdbuf
SRCS=		stdbuf.c
SHLIB_MAJOR=	1
MAN=		libstdbuf.3

.include <bsd.lib.mk>