summaryrefslogtreecommitdiff
path: root/libexec/rpc.sprayd/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-06-06 19:27:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-06-06 19:27:18 +0000
commit6bdac376f1087b4e8501bc1cb993c0fa80e0cf84 (patch)
treea8d9f0a576691197f5b5523907f405407c4586d5 /libexec/rpc.sprayd/Makefile
parent06b6d7d8a8ede4223caa3145964cb50f154090eb (diff)
Notes
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>
-