mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
10 lines
101 B
Makefile
10 lines
101 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= ugidfw
|
|
MAN= ugidfw.8
|
|
|
|
DPADD= ${LIBUGIDFW}
|
|
LDADD= -lugidfw
|
|
|
|
.include <bsd.prog.mk>
|