diff options
author | jtb <jtb> | 2001-01-26 23:48:34 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-01-26 23:48:34 +0000 |
commit | d70bc3d241411cd0641553fd21b649a33d6a3fa6 (patch) | |
tree | 6f1d33e2d900a10b2e8aecce36479d788b11b99d | |
parent | 0de232a0e252544aba4ed330aafd101ed14ca956 (diff) | |
download | pkgsrc-d70bc3d241411cd0641553fd21b649a33d6a3fa6.tar.gz |
Add and enable ntl.
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index d6f4b34182e..c73c6bea430 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2000/12/12 01:30:54 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2001/01/26 23:48:34 jtb Exp $ # SUBDIR += R @@ -21,6 +21,7 @@ SUBDIR += mcsim SUBDIR += meschach SUBDIR += minpack + SUBDIR += ntl SUBDIR += octave SUBDIR += odepack SUBDIR += otter |