summaryrefslogtreecommitdiffstats
path: root/usr.sbin/repquota/Makefile
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2009-10-20 16:46:39 +0000
committermckusick <mckusick@FreeBSD.org>2009-10-20 16:46:39 +0000
commite1b72307f4a58cc3bef090314a35383a66bfb1ae (patch)
treefcc5db185c844512f529d41c9a956e3d8fb567e0 /usr.sbin/repquota/Makefile
parentcc430e21d520f1a85ab106958d9e423f5a88e46b (diff)
downloadFreeBSD-src-e1b72307f4a58cc3bef090314a35383a66bfb1ae.zip
FreeBSD-src-e1b72307f4a58cc3bef090314a35383a66bfb1ae.tar.gz
Update to work with quotafile functions in -libutil.
Diffstat (limited to 'usr.sbin/repquota/Makefile')
-rw-r--r--usr.sbin/repquota/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/repquota/Makefile b/usr.sbin/repquota/Makefile
index 087e890..9da22c2 100644
--- a/usr.sbin/repquota/Makefile
+++ b/usr.sbin/repquota/Makefile
@@ -3,6 +3,8 @@
PROG= repquota
MAN= repquota.8
+DPADD= ${LIBUTIL}
+LDADD= -lutil
WARNS?= 4
OpenPOWER on IntegriCloud