From 37379a446bc6bf1c77928c588737af7367820df1 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Thu, 30 Dec 1999 10:31:21 +0000 Subject: [PATCH] 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 --- Makefile.inc1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index cd10435188cd..5ff8332423e5 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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