1# $FreeBSD$
2
3PROG=	revnetgroup
4SRCS=	revnetgroup.c hash.c parse_netgroup.c
5
6MAN= revnetgroup.8
7
8WARNS?=	2
9
10.include <bsd.prog.mk>
11