diff options
Diffstat (limited to 'mk/tools.mk')
-rw-r--r-- | mk/tools.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools.mk b/mk/tools.mk index c40d9b3177b..174b6ac404d 100644 --- a/mk/tools.mk +++ b/mk/tools.mk @@ -1,4 +1,4 @@ -# $NetBSD: tools.mk,v 1.36 2004/07/21 19:55:11 jlam Exp $ +# $NetBSD: tools.mk,v 1.37 2004/07/22 17:02:22 drochner Exp $ # # This Makefile creates a ${TOOLS_DIR} directory and populates the bin # subdir with tools that hide the ones outside of ${TOOLS_DIR}. @@ -391,7 +391,7 @@ _TOOLS_PROGNAME.tbl= /usr/bin/tbl BUILD_DEPENDS+= groff>=1.19nb4:../../textproc/groff _TOOLS_PROGNAME.tbl= ${LOCALBASE}/bin/tbl . endif -. if exists(_TOOLS_PROGNAME.tbl) +. if exists(${_TOOLS_PROGNAME.tbl}) TBL:= ${_TOOLS_PROGNAME.tbl} . endif |