diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-11 00:14:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-11 00:14:02 +0000 |
commit | c1e2ca9143af3ecb249b586a161f1ce2f9149328 (patch) | |
tree | e44280317a372503c4858497b831b0c80662befc /lang | |
parent | Initial import of intel2gas version 1.2. (diff) |
Add the intel2gas port.
Notes
Notes:
svn path=/head/; revision=19417
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 7b08adf15fc4..8ef6f6803993 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.136 1999/06/10 08:11:07 steve Exp $ +# $Id: Makefile,v 1.137 1999/06/10 23:58:03 steve Exp $ # SUBDIR += ETHOberonV4 @@ -37,6 +37,7 @@ SUBDIR += hugs SUBDIR += ici SUBDIR += icon + SUBDIR += intel2gas SUBDIR += intercal SUBDIR += itcl SUBDIR += javac_netscape |