diff options
author | jaapb <jaapb@pkgsrc.org> | 2018-01-10 16:30:40 +0000 |
---|---|---|
committer | jaapb <jaapb@pkgsrc.org> | 2018-01-10 16:30:40 +0000 |
commit | 36a5a09d7cc3a13d7fe889271332f3d4d9c9b79f (patch) | |
tree | e6d25bb2c4f41186dde580384566f803f4aff45f /math/Makefile | |
parent | 378219bb85a0be376b6617d417168e46abe2fa17 (diff) | |
download | pkgsrc-36a5a09d7cc3a13d7fe889271332f3d4d9c9b79f.tar.gz |
Added ocaml-num to Makefile SUBDIRs
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 36131ba7e9a..db55ac9f246 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.348 2017/11/22 11:15:50 markd Exp $ +# $NetBSD: Makefile,v 1.349 2018/01/10 16:30:40 jaapb Exp $ COMMENT= Mathematics @@ -171,6 +171,7 @@ SUBDIR+= newmat SUBDIR+= nickle SUBDIR+= nlopt SUBDIR+= ntl +SUBDIR+= ocaml-num SUBDIR+= ocaml-zarith SUBDIR+= octave SUBDIR+= odepack |