mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
10 lines
116 B
Makefile
10 lines
116 B
Makefile
|
|
PACKAGE= lib${LIB}
|
|
LIB= bsdstat
|
|
SHLIB_MAJOR= 1
|
|
PRIVATELIB=
|
|
|
|
SRCS= bsdstat.c
|
|
INCS= bsdstat.h
|
|
|
|
.include <bsd.lib.mk>
|