9a41df2a0e
WARNS=6 is already implied at this point.
11 lines
121 B
Makefile
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>
|