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