diff options
author | 1997-03-30 08:40:12 +0000 | |
---|---|---|
committer | 1997-03-30 08:40:12 +0000 | |
commit | 8c61d813bb265f56ccb7eb21d82ed8a337a616d1 (patch) | |
tree | 8b136476135b81327d149d490f4a1dadf32f2e46 | |
parent | Adjust the input string by the right amount if the pattern wasn't at the (diff) | |
download | wireguard-openbsd-8c61d813bb265f56ccb7eb21d82ed8a337a616d1.tar.xz wireguard-openbsd-8c61d813bb265f56ccb7eb21d82ed8a337a616d1.zip |
/usr/share/man/cat -> /usr/share/man
NetBSD PR #3401
-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} |