mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
9 lines
100 B
Makefile
9 lines
100 B
Makefile
# $Id$
|
|
|
|
PROG= mknetid
|
|
SRCS= mknetid.c hash.c parse_group.c
|
|
|
|
MAN8= mknetid.8
|
|
|
|
.include <bsd.prog.mk>
|