mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 15:48:26 -04:00
9 lines
111 B
Makefile
9 lines
111 B
Makefile
# $FreeBSD$
|
|
|
|
LIB= ugidfw
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_MINOR= 0
|
|
SRCS= ugidfw.c
|
|
INCS= ugidfw.h
|
|
|
|
.include <bsd.lib.mk>
|