mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
11 lines
139 B
Makefile
11 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>
|