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 e0c36e9..3b04565 100644 --- a/sbin/quotacheck/Makefile +++ b/sbin/quotacheck/Makefile @@ -3,7 +3,9 @@ PROG= quotacheck SRCS= quotacheck.c preen.c utilities.c +WARNS= 0 MAN= quotacheck.8 + .PATH: ${.CURDIR}/../fsck_ffs .include <bsd.prog.mk> |