summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/quotacheck/Makefile')
-rw-r--r--sbin/quotacheck/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile
index b54eda3..5184bf2 100644
--- a/sbin/quotacheck/Makefile
+++ b/sbin/quotacheck/Makefile
@@ -2,10 +2,10 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= quotacheck
-SRCS= quotacheck.c preen.c utilities.c
+SRCS= quotacheck.c preen.c fsutil.c utilities.c
WARNS?= 2
MAN= quotacheck.8
-.PATH: ${.CURDIR}/../fsck_ffs
+.PATH: ${.CURDIR}/../fsck ${.CURDIR}/../fsck_ffs
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud