From df5817fef0d968aa402dfa4a500c11f81213df5c Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 28 Nov 2001 05:03:18 +0000 Subject: [PATCH] Make sure the tools built roff tools are first in the path before calling groff as it calls troff/etc without any leading pathnames. Otherwise the tools version is fairly useless as the installed system version will be used to build all manpages --- share/mk/bsd.own.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index e34af5e6f1c7..e06660680de9 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.225 2001/11/25 23:40:08 jmc Exp $ +# $NetBSD: bsd.own.mk,v 1.226 2001/11/28 05:03:18 jmc Exp $ .if !defined(_BSD_OWN_MK_) _BSD_OWN_MK_=1 @@ -101,7 +101,7 @@ EQN= ${TOOLDIR}/bin/nbeqn FC= ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-g77 GENCAT= ${TOOLDIR}/bin/nbgencat #GRIND= ${TOOLDIR}/bin/nbvgrind -f -GROFF= ${TOOLDIR}/bin/nbgroff +GROFF= PATH=${TOOLDIR}/lib/groff:$${PATH} ${TOOLDIR}/bin/nbgroff INDXBIB= ${TOOLDIR}/bin/nbindxbib INSTALL= STRIP=${STRIP:Q} ${TOOLDIR}/bin/nbinstall INSTALL_INFO= ${TOOLDIR}/bin/nbinstall-info