mirror of
https://github.com/opnsense/src.git
synced 2026-02-22 09:21:31 -05:00
9 lines
101 B
Makefile
9 lines
101 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ugidfw
|
|
MAN= ugidfw.8
|
|
|
|
DPADD= ${LIBUGIDFW}
|
|
LDADD= -lugidfw
|
|
|
|
.include <bsd.prog.mk>
|