diff options
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | math/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 6c7245fc4d9..4c7609b9d76 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5397 2004/03/31 17:26:00 minskim Exp $ +$NetBSD: CHANGES,v 1.5398 2004/03/31 18:15:36 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1641,3 +1641,4 @@ Changes to the packages collection and infrastructure in 2004: Removed blackbook [jmmv 2004-03-31] Renamed dbxml to bdb-xml [minskim 2004-03-31] Renamed py-dbxml to py-bdb-xml [minskim 2004-03-31] + Added mathomatic-10.9b [minskim 2004-03-31] diff --git a/math/Makefile b/math/Makefile index 30cbac57cb0..0e4b3b072d2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2004/03/05 14:47:38 adam Exp $ +# $NetBSD: Makefile,v 1.110 2004/03/31 18:15:36 minskim Exp $ # COMMENT= Mathematics @@ -46,6 +46,7 @@ SUBDIR+= guppi SUBDIR+= lapack SUBDIR+= libffm SUBDIR+= linpack +SUBDIR+= mathomatic SUBDIR+= mcsim SUBDIR+= meschach SUBDIR+= metis |