summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/quotacheck/Makefile')
-rw-r--r--sbin/quotacheck/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile
index 7f929c8..7240fb9 100644
--- a/sbin/quotacheck/Makefile
+++ b/sbin/quotacheck/Makefile
@@ -1,8 +1,9 @@
+# $FreeBSD$
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= quotacheck
-SRCS= quotacheck.c preen.c
+SRCS= quotacheck.c preen.c utilities.c
MAN8= quotacheck.8
-.PATH: ${.CURDIR}/../fsck
+.PATH: ${.CURDIR}/../fsck_ffs
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud