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