summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-12 23:11:58 +0000
committerjb <jb@FreeBSD.org>1998-05-12 23:11:58 +0000
commit0fe1740a29ce0be52a515c13285f957848c371ba (patch)
tree0204bc7c8eda74a22280c40e057aae7e7756edc3
parent2325f0cac2439a54846f01867a8aaa87e9167bc1 (diff)
downloadFreeBSD-src-0fe1740a29ce0be52a515c13285f957848c371ba.zip
FreeBSD-src-0fe1740a29ce0be52a515c13285f957848c371ba.tar.gz
Add perl to the list of build tools because it is needed to build the
perl-related directories (like x2p which generates the perl headers).
-rw-r--r--Makefile.alpha6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.alpha b/Makefile.alpha
index 696cbec..7a1b29c 100644
--- a/Makefile.alpha
+++ b/Makefile.alpha
@@ -1,4 +1,4 @@
-# $Id: Makefile.alpha,v 1.12 1998/05/10 20:24:52 jb Exp $
+# $Id: Makefile.alpha,v 1.13 1998/05/12 21:04:53 jb Exp $
#
# NOTE:
#
@@ -224,7 +224,6 @@ dirs_clean:
cd ${.CURDIR}/$d && ${XMAKE} ${CLEANDIR} ${OBJDIR}
.endfor
-
#
# ------------------------------------------------------------------------
#
@@ -502,7 +501,8 @@ build-tools:
gnu/usr.bin/grep \
gnu/usr.bin/gzip \
gnu/usr.bin/sort \
- gnu/usr.bin/texinfo
+ gnu/usr.bin/texinfo \
+ gnu/usr.bin/perl/perl
@echo "---------------------------"
@echo "Making ${.CURDIR}/$d"
@cd ${.CURDIR}/$d && ${MAKE} ${CLEANDIR} ${OBJDIR} && \
OpenPOWER on IntegriCloud