1
2PROG=	mknetid
3SRCS=	mknetid.c hash.c parse_group.c
4
5MAN=	netid.5 mknetid.8
6
7WARNS?=	2
8
9.include <bsd.prog.mk>
10