diff options
Diffstat (limited to 'sbin/quotacheck/Makefile')
-rw-r--r-- | sbin/quotacheck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/quotacheck/Makefile b/sbin/quotacheck/Makefile index c6b8e3e..7f929c8 100644 --- a/sbin/quotacheck/Makefile +++ b/sbin/quotacheck/Makefile @@ -2,7 +2,7 @@ PROG= quotacheck SRCS= quotacheck.c preen.c -MAN8= quotacheck.0 +MAN8= quotacheck.8 .PATH: ${.CURDIR}/../fsck .include <bsd.prog.mk> |