aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile
index 43934a9341ef..16dffc1178b0 100644
--- a/gnu/usr.bin/cc/Makefile
+++ b/gnu/usr.bin/cc/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.11 1999/04/04 16:36:31 obrien Exp $
+# $Id: Makefile,v 1.12 1999/04/13 17:56:28 markm Exp $
#
# The order of some of these are rather important. Some depend on previous
@@ -7,4 +7,9 @@
SUBDIR= cc_tools cc_int cc_drv cpp cc1 cc cc1obj cc1plus c++ c++filt doc
+.if !defined(NO_FORTRAN)
+SUBDIR+= f77
+SUBDIR+= f771
+.endif
+
.include <bsd.subdir.mk>