summaryrefslogtreecommitdiffstats
path: root/libexec/rpc.rstatd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rpc.rstatd/Makefile')
-rw-r--r--libexec/rpc.rstatd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/libexec/rpc.rstatd/Makefile b/libexec/rpc.rstatd/Makefile
new file mode 100644
index 0000000..026c8e0
--- /dev/null
+++ b/libexec/rpc.rstatd/Makefile
@@ -0,0 +1,10 @@
+# $Id$
+
+PROG = rpc.rstatd
+SRCS = rstatd.c rstat_proc.c
+MAN8 = rpc.rstatd.8
+
+DPADD= ${LIBRPCSVC} ${LIBUTIL} ${LIBKVM}
+LDADD= -lrpcsvc -lutil -lkvm
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud