diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-18 09:34:01 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-18 09:34:01 +0000 |
| commit | 6253064e3fa7fa40072ea3bbc766652ca991275d (patch) | |
| tree | 801872bae1dee6ee47acb859818829e263aea383 /gnu | |
| parent | 083f04bdd4928161035a1301dc7ae287d4689d81 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/Makefile | 7 |
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> |
