diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-30 08:40:13 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-03-30 08:40:13 +0000 |
commit | 8926964a22d9fead80d466885de886db224818e5 (patch) | |
tree | be509984c85680b22a19bba3cec61bd2b9f9d572 /sys/arch/i386/isa/pcvt/Util | |
parent | 3ed912067951a2ee25681d31d219c61be620bac2 (diff) |
/usr/share/man/cat -> /usr/share/man
NetBSD PR #3401
Diffstat (limited to 'sys/arch/i386/isa/pcvt/Util')
-rw-r--r-- | sys/arch/i386/isa/pcvt/Util/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/Makefile.inc b/sys/arch/i386/isa/pcvt/Util/Makefile.inc index e292550b2e7..a5a85d3d8ea 100644 --- a/sys/arch/i386/isa/pcvt/Util/Makefile.inc +++ b/sys/arch/i386/isa/pcvt/Util/Makefile.inc @@ -11,7 +11,7 @@ MAN3EXT = 3 MAN4EXT = 4 MAN5EXT = 5 MAN8EXT = 8 -MANDIR = /usr/share/man/cat +MANDIR = /usr/share/man MAN = ${MAN1} ${MAN3} ${MAN4} ${MAN5} ${MAN8} |