diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-13 02:56:58 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-13 02:56:58 +0000 |
commit | f99f42c729884d5cd16ff3f70c484f534ea07f8d (patch) | |
tree | a616f13429b45da9196ae1a81c36d4d64d82f11e /lang/Makefile | |
parent | 67c224c57fa8f47906ed0374bc98bb0fb61c9edc (diff) | |
download | FreeBSD-ports-f99f42c729884d5cd16ff3f70c484f534ea07f8d.zip FreeBSD-ports-f99f42c729884d5cd16ff3f70c484f534ea07f8d.tar.gz |
Activate irb
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index c13aca0..2f4cf6c 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.140 1999/06/28 01:46:09 billf Exp $ +# $Id: Makefile,v 1.141 1999/07/06 01:28:42 cpiazza Exp $ # SUBDIR += ETHOberonV4 @@ -38,6 +38,7 @@ SUBDIR += icon SUBDIR += intel2gas SUBDIR += intercal + SUBDIR += irb SUBDIR += itcl SUBDIR += lcc SUBDIR += libobjects |