summaryrefslogtreecommitdiff
path: root/tools/makewhatis
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-12-08 20:19:56 +0000
committerthorpej <thorpej@NetBSD.org>2002-12-08 20:19:56 +0000
commitc4a72b64362cdaf56b20ef58a2b9eb3d98492c47 (patch)
tree55c1d7f500858c66d20668d632e33fa19cd2a362 /tools/makewhatis
parent74a8332ee96055fee70a64d57d85e6fbc376ad9e (diff)
Centralize the definition of the tool name prefix (i.e. "nb") into
bsd.own.mk, as the _TOOL_PREFIX variable.
Diffstat (limited to 'tools/makewhatis')
-rw-r--r--tools/makewhatis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/makewhatis/Makefile b/tools/makewhatis/Makefile
index 93730a4b2af..ef20b5b59c5 100644
--- a/tools/makewhatis/Makefile
+++ b/tools/makewhatis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2001/11/29 23:51:38 thorpej Exp $
+# $NetBSD: Makefile,v 1.2 2002/12/08 20:20:02 thorpej Exp $
-HOSTPROGNAME= nbmakewhatis
+HOSTPROGNAME= ${_TOOL_PREFIX}makewhatis
HOST_SRCDIR= libexec/makewhatis
.include "${.CURDIR}/../Makefile.host"