diff options
author | root <root@FreeBSD.org> | 1993-07-02 05:48:19 +0000 |
---|---|---|
committer | root <root@FreeBSD.org> | 1993-07-02 05:48:19 +0000 |
commit | 64fa45ecd0e0c6bc73f011d06bc8bb2f8b67ed11 (patch) | |
tree | 76a5c3122851be1d45900d5351d87803d4590919 /libexec | |
parent | 8f0189751cdf236cb9824384a15a9af652092c8b (diff) | |
download | FreeBSD-src-64fa45ecd0e0c6bc73f011d06bc8bb2f8b67ed11.zip FreeBSD-src-64fa45ecd0e0c6bc73f011d06bc8bb2f8b67ed11.tar.gz |
New manual page system
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/makekey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index b982bee..f5a3731 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -1,6 +1,6 @@ # @(#)Makefile 5.3 (Berkeley) 5/11/90 PROG= makekey -MAN8= makekey.0 +MAN8= makekey.8 .include <bsd.prog.mk> |