summaryrefslogtreecommitdiff
path: root/libexec/rpc.rquotad/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rpc.rquotad/Makefile')
-rw-r--r--libexec/rpc.rquotad/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/libexec/rpc.rquotad/Makefile b/libexec/rpc.rquotad/Makefile
deleted file mode 100644
index 7618d98f4a485..0000000000000
--- a/libexec/rpc.rquotad/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-# $Id: Makefile,v 1.3 1995/04/12 00:47:27 jtc Exp $
-
-PROG = rpc.rquotad
-SRCS = rquotad.c
-MAN8 = rpc.rquotad.8
-
-DPADD= ${LIBRPCSVC}
-LDADD= -lrpcsvc
-
-.include <bsd.prog.mk>