summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck/Makefile
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2009-12-27 06:28:01 +0000
committermckusick <mckusick@FreeBSD.org>2009-12-27 06:28:01 +0000
commita5fbf7886647ae0b1d2e8138236283d1128132f3 (patch)
treec5187f193faffc3588a52b1a851b9f5c954b9c93 /sbin/quotacheck/Makefile
parentec26bb0ac6118232b855c3d9201ec577a3f43993 (diff)
downloadFreeBSD-src-a5fbf7886647ae0b1d2e8138236283d1128132f3.zip
FreeBSD-src-a5fbf7886647ae0b1d2e8138236283d1128132f3.tar.gz
Convert quotacheck to use new quotafile functions in libutil.
Still to come, conversion between 64-bit and 32-bit quotafile formats.
Diffstat (limited to 'sbin/quotacheck/Makefile')
-rw-r--r--sbin/quotacheck/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile
index 5184bf2..51a88b7 100644
--- a/sbin/quotacheck/Makefile
+++ b/sbin/quotacheck/Makefile
@@ -5,6 +5,8 @@ PROG= quotacheck
SRCS= quotacheck.c preen.c fsutil.c utilities.c
WARNS?= 2
MAN= quotacheck.8
+DPADD= ${LIBUTIL}
+LDADD= -lutil
.PATH: ${.CURDIR}/../fsck ${.CURDIR}/../fsck_ffs
OpenPOWER on IntegriCloud