summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-03-30 08:46:52 +0000
committermillert <millert@openbsd.org>1997-03-30 08:46:52 +0000
commite7d97e7d9ac77c372dea8aa375b2107b9317587c (patch)
tree7c7f4ddeb2ce4acc290674bc8da2a07c1f3fbc8b
parent/usr/share/man/cat -> /usr/share/man (diff)
downloadwireguard-openbsd-e7d97e7d9ac77c372dea8aa375b2107b9317587c.tar.xz
wireguard-openbsd-e7d97e7d9ac77c372dea8aa375b2107b9317587c.zip
Previous commit was in error, definition of MANDIR was correct
but there's no need to redefine MANDIR at all since we are installing man pages in the system man page dir. Therefore, we just pull in MANDIR from bsd.own.mk.
-rw-r--r--sys/arch/i386/isa/pcvt/Util/Makefile.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/Makefile.inc b/sys/arch/i386/isa/pcvt/Util/Makefile.inc
index a5a85d3d8ea..ff1c8c650e7 100644
--- a/sys/arch/i386/isa/pcvt/Util/Makefile.inc
+++ b/sys/arch/i386/isa/pcvt/Util/Makefile.inc
@@ -11,7 +11,6 @@ MAN3EXT = 3
MAN4EXT = 4
MAN5EXT = 5
MAN8EXT = 8
-MANDIR = /usr/share/man
MAN = ${MAN1} ${MAN3} ${MAN4} ${MAN5} ${MAN8}