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