mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
a70cba9582
Sponsored by: The FreeBSD Foundation
12 lines
139 B
Makefile
12 lines
139 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= stdbuf
|
|
SRCS= stdbuf.c
|
|
SHLIB_MAJOR= 1
|
|
MAN= libstdbuf.3
|
|
|
|
.include <bsd.lib.mk>
|