diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-28 06:40:35 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-28 06:40:35 +0000 |
commit | 1a2673b109785135f5d06e0f2a6bef8dd004a2c9 (patch) | |
tree | 6a625f9b9513f49cbb8b87579474474c38688b9b /devel | |
parent | Change latex2html to use ${PERL} instead of /usr/local/bin/perl. (diff) |
Activate irb.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0fe0fb48a4c2..606149e8b5bb 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.195 1999/06/27 17:48:40 cpiazza Exp $ +# $Id: Makefile,v 1.196 1999/06/28 01:46:03 billf Exp $ # SUBDIR += ElectricFence @@ -59,6 +59,7 @@ SUBDIR += gtksheet SUBDIR += id-utils SUBDIR += ilu + SUBDIR += irb SUBDIR += jam SUBDIR += ktranslator SUBDIR += lclint |