]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - libexec/mknetid/Makefile
Update releng/10.2 to RC2 in preparation for the next set of builds.
[FreeBSD/releng/10.2.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>