opnsense-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 16:18:18 -05:00
LIBADD= rpcsvc devstat
WARNS?= 1
.include <bsd.prog.mk>