diff options
author | wiz <wiz> | 2012-04-08 20:48:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-04-08 20:48:29 +0000 |
commit | 4a627021beaa3656a442770b2e4e7b14f8b9c48f (patch) | |
tree | 9287992409494fbfde26154fbc8c9e340086d95c /math | |
parent | c841ad55c7bac929bfbfc8041339763f27ae9bf0 (diff) | |
download | pkgsrc-4a627021beaa3656a442770b2e4e7b14f8b9c48f.tar.gz |
+ cloog.
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 631b993eafc..6a3e532e77a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.228 2012/04/01 18:00:02 brook Exp $ +# $NetBSD: Makefile,v 1.229 2012/04/08 20:48:29 wiz Exp $ COMMENT= Mathematics @@ -62,6 +62,7 @@ SUBDIR+= capc-calc SUBDIR+= cgal SUBDIR+= clisp-pari SUBDIR+= cln +SUBDIR+= cloog SUBDIR+= dcdflib.c SUBDIR+= dcdflib.f SUBDIR+= dfftpack |