diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-30 12:14:02 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-30 12:14:02 +0000 |
commit | c2c0409b8414b322b4e8e074cc1c73959b4b90ef (patch) | |
tree | b8470ac4b282bfde1cb58bb6d6c33d92295d7975 /devel/Makefile | |
parent | Import f77flow port. As the name suggests, f77flow analyzes (diff) |
Activate f77flow.
Notes
Notes:
svn path=/head/; revision=7149
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 06428981d676..d0dd1e732ea8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.65 1997/06/20 08:14:58 tg Exp $ +# $Id: Makefile,v 1.66 1997/06/27 02:00:30 jfitz Exp $ # SUBDIR += SWIG @@ -15,6 +15,7 @@ SUBDIR += cxref SUBDIR += ddd SUBDIR += dmake + SUBDIR += f77flow SUBDIR += fpp SUBDIR += gcc11 SUBDIR += gdb |