]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - libexec/revnetgroup/Makefile
MFS12 r352721: print summary line for space estimate of zfs send from bookmark
[FreeBSD/FreeBSD.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>