mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
7 lines
83 B
Makefile
7 lines
83 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
SHLIB_NAME?= libsureware.so
|
||
|
|
SRCS= e_sureware.c
|
||
|
|
|
||
|
|
.include <bsd.lib.mk>
|