Hookup the new FORTRAN compiler. Define `NO_FORTRAN' to not compile it.
This commit is contained in:
parent
f5af675abe
commit
b89c50491d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user