diff options
author | adam <adam> | 2004-03-05 14:47:38 +0000 |
---|---|---|
committer | adam <adam> | 2004-03-05 14:47:38 +0000 |
commit | 9f144b18256ec7ef808a0a3f96a463c57b07402f (patch) | |
tree | 9e0e460dee2c4ec83e65d27d923254e39e2b1bd5 /math/Makefile | |
parent | 364529e7e3a602d152a3edd5dfb170349b2d5ad1 (diff) | |
download | pkgsrc-9f144b18256ec7ef808a0a3f96a463c57b07402f.tar.gz |
Added cln - Class Library for Numbers
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 0ede1573272..30cbac57cb0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2003/12/24 10:58:47 recht Exp $ +# $NetBSD: Makefile,v 1.109 2004/03/05 14:47:38 adam Exp $ # COMMENT= Mathematics @@ -14,6 +14,7 @@ SUBDIR+= blitz++ SUBDIR+= calc SUBDIR+= capc-calc SUBDIR+= cassowary +SUBDIR+= cln SUBDIR+= dcdflib.c SUBDIR+= dcdflib.f SUBDIR+= dfftpack |