mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
10 lines
127 B
Makefile
10 lines
127 B
Makefile
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= stdbuf
|
|
SRCS= stdbuf.c
|
|
SHLIB_MAJOR= 1
|
|
MAN= libstdbuf.3
|
|
|
|
.include <bsd.lib.mk>
|