freebsd-dev/lib/libstdbuf/Makefile
Ed Schouten 9a41df2a0e Remove WARNS=6 lines.
WARNS=6 is already implied at this point.
2012-10-18 15:39:29 +00:00

11 lines
121 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
LIB= stdbuf
SRCS= stdbuf.c
SHLIB_MAJOR= 1
MAN= libstdbuf.3
.include <bsd.lib.mk>