summaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-01-29 08:39:07 +0000
committerWarner Losh <imp@FreeBSD.org>2000-01-29 08:39:07 +0000
commitf0d6a665585e850491aad4dcd3ef78894de45d6e (patch)
tree79edabe8a203db8901fa8133fe33b56b26b451eb /Makefile.inc1
parent10d6e4904e579b522697a888e14a288543dcb380 (diff)
downloadsrc-test2-f0d6a665585e850491aad4dcd3ef78894de45d6e.tar.gz
src-test2-f0d6a665585e850491aad4dcd3ef78894de45d6e.zip
Notes
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 82a65e71aea9..14d4a5e309c4 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