summaryrefslogtreecommitdiffstats
path: root/usr.bin/quota/Makefile
diff options
context:
space:
mode:
authorgraichen <graichen@FreeBSD.org>1996-01-05 08:37:29 +0000
committergraichen <graichen@FreeBSD.org>1996-01-05 08:37:29 +0000
commitfa1beef3d1355720caf95045f9f1a27c3d48b7e5 (patch)
tree5a08503ad7cb9e38dea3986a3cd29d3ed526a937 /usr.bin/quota/Makefile
parentd977de1bb8ed0b4f1f0fc23a85162f735b0ade09 (diff)
downloadFreeBSD-src-fa1beef3d1355720caf95045f9f1a27c3d48b7e5.zip
FreeBSD-src-fa1beef3d1355720caf95045f9f1a27c3d48b7e5.tar.gz
Obtained from: NetBSD
replaced our quota with the NetBSD one, then added all changes we made to our - this is done to support the displaying of quota's over nfs using the rpc.rquotad
Diffstat (limited to 'usr.bin/quota/Makefile')
-rw-r--r--usr.bin/quota/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.bin/quota/Makefile b/usr.bin/quota/Makefile
index 2ee365e..de2b4a8 100644
--- a/usr.bin/quota/Makefile
+++ b/usr.bin/quota/Makefile
@@ -4,4 +4,7 @@ PROG= quota
BINOWN= root
BINMODE=4555
+DPADD= ${LIBRPCSVC}
+LDADD= -lrpcsvc
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud