From f0f3e4e67e860d593c39ee683e325e966d82b7c8 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 4 Apr 2004 01:08:18 +0000 Subject: [PATCH] Perl is no longer needed by buildworld/buildkernel. Submitted-by: YONETANI Tomokazu --- Makefile.inc1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 906a2dc4b4..1c5e6f6444 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -1,6 +1,6 @@ # # $FreeBSD: src/Makefile.inc1,v 1.141.2.62 2003/04/06 19:54:00 dwmalone Exp $ -# $DragonFly: src/Makefile.inc1,v 1.27 2004/04/02 06:21:36 dillon Exp $ +# $DragonFly: src/Makefile.inc1,v 1.28 2004/04/04 01:08:18 dillon Exp $ # # Make command line options: # -DMAKE_KERBEROS5 to build Kerberos5 @@ -708,7 +708,7 @@ bootstrap-tools: usr.sbin/btxld usr.sbin/pwd_mkdb usr.sbin/zic usr.sbin/makewhatis \ gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo \ gnu/usr.bin/grep gnu/usr.bin/sort gnu/usr.bin/patch \ - gnu/usr.bin/gzip gnu/usr.bin/perl + gnu/usr.bin/gzip ${ECHODIR} "===> ${_tool} (bootstrap-tools)"; \ cd ${.CURDIR}/${_tool}; \ ${MAKE} DIRPRFX=${_tool}/ obj; \ -- 2.41.0