mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 01:59:01 -05:00
11 lines
109 B
Makefile
11 lines
109 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
LIB= bsdstat
|
||
|
|
SHLIB_MAJOR= 1
|
||
|
|
PRIVATELIB=
|
||
|
|
|
||
|
|
SRCS= bsdstat.c
|
||
|
|
INCS= bsdstat.h
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|