1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/libexec/mknetid/Makefile

9 lines
112 B
Makefile
Raw Normal View History

1999-08-28 00:22:10 +00:00
# $FreeBSD$
PROG= mknetid
SRCS= mknetid.c hash.c parse_group.c
MAN= netid.5 mknetid.8
.include <bsd.prog.mk>