]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libstdbuf/Makefile
MFC r306098 (br): Use kqueue(2) instead of select(2).
[FreeBSD/stable/10.git] / lib / libstdbuf / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=            stdbuf
6 SRCS=           stdbuf.c
7 SHLIB_MAJOR=    1
8 MAN=            libstdbuf.3
9
10 .include <bsd.lib.mk>