artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c61d81
)
Previous commit was in error, definition of MANDIR was correct
author
millert
<millert@openbsd.org>
Sun, 30 Mar 1997 08:46:52 +0000
(08:46 +0000)
committer
millert
<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
patch
|
blob
|
history
diff --git
a/sys/arch/i386/isa/pcvt/Util/Makefile.inc
b/sys/arch/i386/isa/pcvt/Util/Makefile.inc
index
a5a85d3
..
ff1c8c6
100644
(file)
--- 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}