mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
8 lines
115 B
Makefile
8 lines
115 B
Makefile
# $Id$
|
|
|
|
PROG= revnetgroup
|
|
SRCS= revnetgroup.c hash.c parse_netgroup.c
|
|
|
|
MAN8= revnetgroup.8
|
|
|
|
.include <bsd.prog.mk>
|