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