]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - libexec/revnetgroup/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / libexec / revnetgroup / Makefile
1 # $FreeBSD$
2
3 PROG=   revnetgroup
4 SRCS=   revnetgroup.c hash.c parse_netgroup.c
5
6 MAN= revnetgroup.8
7
8 WARNS?= 2
9
10 .include <bsd.prog.mk>