xref: /freebsd/libexec/revnetgroup/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1PROG=	revnetgroup
2SRCS=	revnetgroup.c hash.c parse_netgroup.c
3
4MAN= revnetgroup.8
5
6WARNS?=	2
7
8.include <bsd.prog.mk>
9