summaryrefslogtreecommitdiff
path: root/libexec/rpc.sprayd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rpc.sprayd/Makefile')
-rw-r--r--libexec/rpc.sprayd/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/libexec/rpc.sprayd/Makefile b/libexec/rpc.sprayd/Makefile
deleted file mode 100644
index e497599a8451..000000000000
--- a/libexec/rpc.sprayd/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $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>
-