From afb8201f2d5d3a170c18db05415b6009245372ea Mon Sep 17 00:00:00 2001 From: hans Date: Tue, 29 Nov 2011 16:51:58 +0000 Subject: Add perldoc and pod2html to tools. --- mk/tools/replace.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mk') diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk index 0884729fc4f..eeffcf37a57 100644 --- a/mk/tools/replace.mk +++ b/mk/tools/replace.mk @@ -1,4 +1,4 @@ -# $NetBSD: replace.mk,v 1.234 2011/11/29 16:13:08 hans Exp $ +# $NetBSD: replace.mk,v 1.235 2011/11/29 16:51:58 hans Exp $ # # Copyright (c) 2005 The NetBSD Foundation, Inc. # All rights reserved. @@ -872,7 +872,7 @@ TOOLS_VALUE_GNU.yacc= ${TOOLS_CMDLINE.yacc} # These tools are all supplied by the lang/perl5 package if there is # no native tool available. # -_TOOLS.perl= perl pod2man +_TOOLS.perl= perl perldoc pod2html pod2man .for _t_ in ${_TOOLS.perl} . if !defined(TOOLS_IGNORE.${_t_}) && !empty(_USE_TOOLS:M${_t_}) -- cgit v1.2.3