summaryrefslogtreecommitdiffstats
path: root/sbin/rpc.statd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/rpc.statd/Makefile')
-rw-r--r--sbin/rpc.statd/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sbin/rpc.statd/Makefile b/sbin/rpc.statd/Makefile
new file mode 100644
index 0000000..51bc93e
--- /dev/null
+++ b/sbin/rpc.statd/Makefile
@@ -0,0 +1,13 @@
+# $Id$
+
+PROG = rpc.statd
+SRCS = statd.c procs.c file.c
+MAN8 = rpc.statd.8
+
+DPADD= ${LIBRPCSVC}
+LDADD= -lrpcsvc
+
+.include <bsd.prog.mk>
+
+test: test.c
+ cc -o test test.c -lrpcsvc
OpenPOWER on IntegriCloud