]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libstdbuf/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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 WARNS?=         6
11
12 .include <bsd.lib.mk>