From b3d4427cb21b007f64049b82c40ca6221810fcfa Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 29 Jan 2000 08:39:07 +0000 Subject: Back out 1.134. It works from 3.3R, but breaks cross compilation for too little gain. I'll work out the issues after 4.0R is out. --- Makefile.inc1 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.inc1') diff --git a/Makefile.inc1 b/Makefile.inc1 index 82a65e7..14d4a5e 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -503,6 +503,10 @@ _games= games/adventure games/hack games/phantasia _share= share/syscons/scrnmaps .endif +.if !defined(NO_FORTRAN) +_fortran= gnu/usr.bin/cc/f771 +.endif + .if exists(${.CURDIR}/kerberosIV) && exists(${.CURDIR}/crypto) && \ !defined(NOCRYPT) && defined(MAKE_KERBEROS4) _libroken4= kerberosIV/lib/libroken @@ -514,7 +518,7 @@ _libroken5= kerberos5/lib/libroken .endif build-tools: -.for _tool in bin/sh ${_games} gnu/usr.bin/cc/cc_tools \ +.for _tool in bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ ${_libroken4} ${_libroken5} lib/libncurses ${_share} cd ${.CURDIR}/${_tool}; ${MAKE} build-tools .endfor -- cgit v1.1