diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-30 13:50:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-30 13:50:07 +0000 |
commit | 843ecf7c40ad02b2fb3b93ddf6af6a4a56d64da0 (patch) | |
tree | 33fbab973cbaeef712c569edb1affd311ed4e7a2 /math/Makefile | |
parent | 286ee87c2c9a28ce9bb67c9476db9e8ed893507c (diff) | |
download | pkgsrc-843ecf7c40ad02b2fb3b93ddf6af6a4a56d64da0.tar.gz |
Add and enable ltm.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 500c8da23a0..6d06b74e058 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2004/07/22 17:37:23 drochner Exp $ +# $NetBSD: Makefile,v 1.117 2004/07/30 13:50:07 wiz Exp $ # COMMENT= Mathematics @@ -47,6 +47,7 @@ SUBDIR+= guppi SUBDIR+= lapack SUBDIR+= libffm SUBDIR+= linpack +SUBDIR+= ltm SUBDIR+= mapm SUBDIR+= mathomatic SUBDIR+= mcsim |