freebsd-src/libexec/mknetid/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
111 B
Makefile
Raw Normal View History

PROG= mknetid
SRCS= mknetid.c hash.c parse_group.c
MAN= netid.5 mknetid.8
WARNS?= 2
.include <bsd.prog.mk>