Makefile revision 22989
1#	$Id$
2
3PROG=	mknetid
4SRCS=	mknetid.c hash.c parse_group.c
5
6MAN8=	mknetid.8
7
8.include <bsd.prog.mk>
9