diff options
author | obache <obache> | 2006-11-19 04:57:13 +0000 |
---|---|---|
committer | obache <obache> | 2006-11-19 04:57:13 +0000 |
commit | 4b0c8b0ac64ab41c0a651399859d11477891fbea (patch) | |
tree | cc593cb3a46ad7e8440590c3cf67083d520b98c3 /math | |
parent | 0dbef84bfa8afdb094dcb8d3695bd13344c62c60 (diff) | |
download | pkgsrc-4b0c8b0ac64ab41c0a651399859d11477891fbea.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 |