from betbsd:
authorderaadt <deraadt@openbsd.org>
Mon, 15 Jan 1996 20:09:18 +0000 (20:09 +0000)
committerderaadt <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

index 8ca1594..24ae034 100644 (file)
@@ -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)