diff options
Diffstat (limited to 'sbin/badsect/Makefile')
-rw-r--r-- | sbin/badsect/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/badsect/Makefile b/sbin/badsect/Makefile index ff9f4f1..9ddb3f7 100644 --- a/sbin/badsect/Makefile +++ b/sbin/badsect/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/5/93 PROG= badsect -MAN8= badsect.0 +MAN8= badsect.8 .include <bsd.prog.mk> |