summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt/Util/Makefile.inc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-03-30 08:46:53 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-03-30 08:46:53 +0000
commita2720a186ed688fac17f82dc0ca0f27584dba422 (patch)
tree46cef21edf0b78210e95f724f5dd81f588088323 /sys/arch/i386/isa/pcvt/Util/Makefile.inc
parent8926964a22d9fead80d466885de886db224818e5 (diff)
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.
Diffstat (limited to 'sys/arch/i386/isa/pcvt/Util/Makefile.inc')
-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}