artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09413ed
)
from betbsd:
author
deraadt
<deraadt@openbsd.org>
Mon, 15 Jan 1996 20:09:18 +0000
(20:09 +0000)
committer
deraadt
<deraadt@openbsd.org>
Mon, 15 Jan 1996 20:09:18 +0000
(20:09 +0000)
Allow override of nroff program, requested by Masanobu Saitoh
<msaitoh@spa.is.uec.ac.jp> in PR #1741.
share/mk/bsd.man.mk
patch
|
blob
|
history
diff --git
a/share/mk/bsd.man.mk
b/share/mk/bsd.man.mk
index
8ca1594
..
24ae034
100644
(file)
--- a/
share/mk/bsd.man.mk
+++ b/
share/mk/bsd.man.mk
@@
-2,6
+2,7
@@
# @(#)bsd.man.mk 5.2 (Berkeley) 5/11/90
MANTARGET?= cat
+NROFF?= nroff
.if !target(.MAIN)
.if exists(${.CURDIR}/../Makefile.inc)