mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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).
This commit is contained in:
parent
2abfb02abe
commit
36d15cd4fb
1 changed files with 3 additions and 3 deletions
|
|
@ -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} && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue