diff options
Diffstat (limited to 'sbin/quotacheck/Makefile')
-rw-r--r-- | sbin/quotacheck/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile index 5184bf261f1e..51a88b7681c7 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 |