diff options
author | obache <obache@pkgsrc.org> | 2006-11-19 04:57:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-11-19 04:57:13 +0000 |
commit | 2b2603f6675c8f8078fed9ffaa0206d81010f68a (patch) | |
tree | cc593cb3a46ad7e8440590c3cf67083d520b98c3 /math | |
parent | ef6c45af5181e7ef2fd78245517e88beb6cbc6ec (diff) | |
download | pkgsrc-2b2603f6675c8f8078fed9ffaa0206d81010f68a.tar.gz |
Added units.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 412c49c18c4..55c1faeaa28 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.152 2006/11/13 15:58:04 wulf Exp $ +# $NetBSD: Makefile,v 1.153 2006/11/19 04:57:13 obache Exp $ # COMMENT= Mathematics @@ -147,6 +147,7 @@ SUBDIR+= superlu SUBDIR+= tasp-vsipl SUBDIR+= tochnog SUBDIR+= udunits +SUBDIR+= units SUBDIR+= vista SUBDIR+= xeukleides SUBDIR+= xfractint |