]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/libstdbuf/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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>