]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libstdbuf/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[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>