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:
parent
bf6ef1486a
commit
37379a446b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user