From 4f5719b08f9e2aa8ee228443fc01f1a124c28b33 Mon Sep 17 00:00:00 2001 From: graichen Date: Fri, 5 Jan 1996 08:47:12 +0000 Subject: Obtained from: NetBSD Imported rpc.rquotad from NetBSD - currently only used by the quota-command to display quota's over nfs --- libexec/rpc.rquotad/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libexec/rpc.rquotad/Makefile (limited to 'libexec/rpc.rquotad/Makefile') diff --git a/libexec/rpc.rquotad/Makefile b/libexec/rpc.rquotad/Makefile new file mode 100644 index 0000000..7618d98 --- /dev/null +++ b/libexec/rpc.rquotad/Makefile @@ -0,0 +1,10 @@ +# $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 -- cgit v1.1