summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mk/tools/replace.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index 2018da75dff..273cfa455d5 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.145 2005/12/22 18:55:41 jlam Exp $
+# $NetBSD: replace.mk,v 1.146 2005/12/28 04:24:37 reed Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -882,7 +882,8 @@ TOOLS_PATH.${_t_}= ${TOOLS_PREFIX.${_t_}}/bin/${_t_}
# These tools are all supplied by an X11 clients package if there is no
# native tool available.
#
-_TOOLS.x11-clients= bdftopcf iceauth mkfontdir mkfontscale xmessage
+_TOOLS.x11-clients= bdftopcf iceauth mkfontdir mkfontscale \
+ makepsres xmessage
.for _t_ in ${_TOOLS.x11-clients}
. if !defined(TOOLS_IGNORE.${_t_}) && !empty(_USE_TOOLS:M${_t_})