diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-24 22:51:09 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-24 22:51:09 +0000 |
commit | c9948b52d86daa7146dcf65a083f4813542dc819 (patch) | |
tree | 5152c014b229d8586cc5265f3a81cbcb224c7a93 /lang/Makefile | |
parent | bbbfbf9e10b985a1560aa74f75c93c08d1ac4069 (diff) |
add f2c & f77
Notes
Notes:
svn path=/head/; revision=18117
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 747ec7436e72..26834e4daae2 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.128 1999/04/21 05:56:24 nectar Exp $ +# $Id: Makefile,v 1.129 1999/04/21 07:49:39 obrien Exp $ # SUBDIR += ETHOberonV4 @@ -22,6 +22,8 @@ SUBDIR += eperl SUBDIR += erlang SUBDIR += expect + SUBDIR += f2c + SUBDIR += f77 SUBDIR += forth SUBDIR += g77 SUBDIR += gawk |