freebsd-src/libexec/rpc.rstatd/Makefile

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

11 lines
126 B
Makefile
Raw Normal View History

PROG = rpc.rstatd
SRCS = rstatd.c rstat_proc.c
MAN = rpc.rstatd.8
2014-11-25 21:18:18 +00:00
LIBADD= rpcsvc devstat
WARNS?= 1
.include <bsd.prog.mk>