summaryrefslogtreecommitdiff
path: root/libexec/rpc.sprayd/Makefile
diff options
context:
space:
mode:
authorThomas Graichen <graichen@FreeBSD.org>1996-01-05 08:53:39 +0000
committerThomas Graichen <graichen@FreeBSD.org>1996-01-05 08:53:39 +0000
commit968a1b9ae48972cc06bfae1f44f56d7139c9f400 (patch)
treefa02fd35a6cdcdc4e5969bd29d033f0f2ad268ea /libexec/rpc.sprayd/Makefile
parent1a3e5dd7404e2cc654782791def3179cbbf6cc39 (diff)
Notes
Diffstat (limited to 'libexec/rpc.sprayd/Makefile')
-rw-r--r--libexec/rpc.sprayd/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/libexec/rpc.sprayd/Makefile b/libexec/rpc.sprayd/Makefile
new file mode 100644
index 000000000000..e497599a8451
--- /dev/null
+++ b/libexec/rpc.sprayd/Makefile
@@ -0,0 +1,11 @@
+# $Id: Makefile,v 1.3 1995/04/12 00:48:01 jtc Exp $
+
+PROG = rpc.sprayd
+SRCS = sprayd.c
+MAN8 = rpc.sprayd.8
+
+DPADD= ${LIBRPCSVC}
+LDADD= -lrpcsvc
+
+.include <bsd.prog.mk>
+