mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 08:37:50 -04:00
7 lines
79 B
Makefile
7 lines
79 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
SHLIB_NAME?= libcswift.so
|
||
|
|
SRCS= e_cswift.c
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|