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