mirror of
https://github.com/opnsense/src.git
synced 2026-04-10 20:06:42 -04:00
7 lines
73 B
Makefile
7 lines
73 B
Makefile
# $FreeBSD$
|
|
|
|
SHLIB_NAME?= capi.so
|
|
|
|
SRCS= e_capi.c
|
|
|
|
.include <bsd.lib.mk>
|