diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-01-31 23:10:37 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-01-31 23:10:37 +0000 |
commit | 3ac7fa0588d386cafb3ebd388be805470af88e68 (patch) | |
tree | 715d2965d5825fa5e516e3abc4efdf34846a6dae /lang/Makefile | |
parent | Remove lang/ifc8 since this should be updated in lang/ifc (diff) |
added ifc7 and remove ifc8 by repocopy
Notes
Notes:
svn path=/head/; revision=99643
Diffstat (limited to '')
-rw-r--r-- | lang/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 2f26067e4299..b13a84529c0e 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -96,7 +96,7 @@ SUBDIR += ici SUBDIR += icon SUBDIR += ifc - SUBDIR += ifc8 + SUBDIR += ifc7 SUBDIR += intel2gas SUBDIR += intercal SUBDIR += itcl |