From b265f4186d92bda32a3cac3417b2fb89efe75fe3 Mon Sep 17 00:00:00 2001 From: markm Date: Thu, 30 Dec 1999 10:31:21 +0000 Subject: 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(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index cd10435..5ff8332 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 -- cgit v1.1