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