diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | lang/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 8d94cc82a86..3ad00160493 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5977 2004/05/17 09:29:43 minskim Exp $ +$NetBSD: CHANGES,v 1.5978 2004/05/17 18:40:51 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2582,3 +2582,4 @@ Changes to the packages collection and infrastructure in 2004: Updated p5-SOAP-Lite to 0.60a [grant 2004-05-16] Updated kdelibs3 to 3.2.2nb2 [markd 2004-05-17] Added bitchbot-1.0.2 [minskim 2004-05-17] + Added eag-2.3 [minskim 2004-05-17] diff --git a/lang/Makefile b/lang/Makefile index f3f8362ad57..0784893c838 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.172 2004/05/01 12:33:42 kristerw Exp $ +# $NetBSD: Makefile,v 1.173 2004/05/17 18:40:51 minskim Exp $ # COMMENT= Programming languages @@ -26,6 +26,7 @@ SUBDIR+= cu-prolog SUBDIR+= drscheme SUBDIR+= dylan-compiler SUBDIR+= dylan-interpreter +SUBDIR+= eag SUBDIR+= egcs SUBDIR+= eieio SUBDIR+= elisp-manual |