diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-16 19:45:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-02-16 19:45:23 +0000 |
commit | 8126c83bd243cfe995391875aea50427fe79f2cc (patch) | |
tree | 0d237df2bfa6babf5b74c277fabe4ec6f582f3a5 /devel/Makefile | |
parent | fpp is a Fortran preprocessor for FORTRAN 77 and Fortran 90 programs. (diff) |
fdd should have been fpp
Notes
Notes:
svn path=/head/; revision=5655
Diffstat (limited to '')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2f30ae7627ab..03eebc508b8e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.41 1997/01/25 09:09:57 obrien Exp $ +# $Id: Makefile,v 1.42 1997/02/16 01:25:51 obrien Exp $ # SUBDIR += SWIG @@ -9,7 +9,7 @@ SUBDIR += cutils SUBDIR += cxref SUBDIR += dmake - SUBDIR += fdd + SUBDIR += fpp SUBDIR += gcc11 SUBDIR += gdb SUBDIR += gdbtk |