summaryrefslogtreecommitdiff
path: root/mk/tools/replace.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/tools/replace.mk')
-rw-r--r--mk/tools/replace.mk13
1 files changed, 1 insertions, 12 deletions
diff --git a/mk/tools/replace.mk b/mk/tools/replace.mk
index 97c5d6a4aaa..b44b58badf4 100644
--- a/mk/tools/replace.mk
+++ b/mk/tools/replace.mk
@@ -1,4 +1,4 @@
-# $NetBSD: replace.mk,v 1.109 2005/07/15 20:14:04 jlam Exp $
+# $NetBSD: replace.mk,v 1.110 2005/07/16 01:19:27 jlam Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -75,17 +75,6 @@
# USE_TOOLS+= perl:run
#
-# Continue to allow USE_PERL5 until packages have been taught to use the
-# new syntax.
-#
-.if defined(USE_PERL5)
-. if empty(USE_PERL5:Mbuild)
-USE_TOOLS+= perl:run
-. else
-USE_TOOLS+= perl
-. endif
-.endif
-
# XXX Keep this hack here until the day that msgfmt and msgfmt-plurals
# XXX is handled directly by the tools framework.
# XXX