Grrrr... This was supoosed to go with the commit to kerberosIV/.../libroken's

Makefile.

Fix make world by building appropriate build-tools.

Submitted by:	 marcel
This commit is contained in:
Mark Murray 1999-12-30 10:31:21 +00:00
parent bf6ef1486a
commit 37379a446b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55266

View File

@ -414,9 +414,14 @@ _share= share/syscons/scrnmaps
_fortran= gnu/usr.bin/cc/f771
.endif
.if exists(${.CURDIR}/kerberosIV) && exists(${.CURDIR}/crypto) && \
!defined(NOCRYPT) && defined(MAKE_KERBEROS4)
_libroken= kerberosIV/lib/libroken
.endif
build-tools:
.for _tool in bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
lib/libncurses ${_share}
${_libroken} lib/libncurses ${_share}
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor