summaryrefslogtreecommitdiffstats
path: root/usr.bin/quota/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/quota/Makefile')
-rw-r--r--usr.bin/quota/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/quota/Makefile b/usr.bin/quota/Makefile
index 666a3ba..a479402 100644
--- a/usr.bin/quota/Makefile
+++ b/usr.bin/quota/Makefile
@@ -4,7 +4,7 @@
PROG= quota
BINOWN= root
-DPADD= ${LIBRPCSVC}
-LDADD= -lrpcsvc
+DPADD= ${LIBRPCSVC} ${LIBUTIL}
+LDADD= -lrpcsvc -lutil
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud