Previous commit was in error, definition of MANDIR was correct
authormillert <millert@openbsd.org>
Sun, 30 Mar 1997 08:46:52 +0000 (08:46 +0000)
committermillert <millert@openbsd.org>
Sun, 30 Mar 1997 08:46:52 +0000 (08:46 +0000)
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.

sys/arch/i386/isa/pcvt/Util/Makefile.inc

index a5a85d3..ff1c8c6 100644 (file)
@@ -11,7 +11,6 @@ MAN3EXT       =       3
 MAN4EXT        =       4
 MAN5EXT        =       5
 MAN8EXT        =       8
-MANDIR =       /usr/share/man
 
 MAN = ${MAN1} ${MAN3} ${MAN4} ${MAN5} ${MAN8}