diff options
author | jtb <jtb@pkgsrc.org> | 2001-01-26 23:48:34 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-01-26 23:48:34 +0000 |
commit | a605e72c5d849054633515fb7fd943e1dc443b5c (patch) | |
tree | 6f1d33e2d900a10b2e8aecce36479d788b11b99d /math/Makefile | |
parent | ee4bf34d018b39c9fe3afd89032a4dddd7c9f3b3 (diff) | |
download | pkgsrc-a605e72c5d849054633515fb7fd943e1dc443b5c.tar.gz |
Add and enable ntl.
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 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 |