opnsense-src/libexec/revnetgroup/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
118 B
Makefile
Raw Permalink Normal View History

PROG= revnetgroup
SRCS= revnetgroup.c hash.c parse_netgroup.c
MAN= revnetgroup.8
WARNS?= 2
.include <bsd.prog.mk>