mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
10 lines
121 B
Makefile
10 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= stdbuf
|
|
SRCS= stdbuf.c
|
|
SHLIB_MAJOR= 1
|
|
MAN= libstdbuf.3
|
|
|
|
.include <bsd.lib.mk>
|