mirror of
https://github.com/opnsense/src.git
synced 2026-02-19 02:30:08 -05:00
9 lines
118 B
Makefile
9 lines
118 B
Makefile
|
|
PROG= revnetgroup
|
|
SRCS= revnetgroup.c hash.c parse_netgroup.c
|
|
|
|
MAN= revnetgroup.8
|
|
|
|
WARNS?= 2
|
|
|
|
.include <bsd.prog.mk>
|