diff options
author | asau <asau> | 2013-10-28 04:17:27 +0000 |
---|---|---|
committer | asau <asau> | 2013-10-28 04:17:27 +0000 |
commit | 9bb5c997fbad0d2dd4eacc209bc9a0f1b50bae87 (patch) | |
tree | c5a2f79e872db70ac14e3bd10615f4e72a46ef6b /math/Makefile | |
parent | e4a51e939a6a0eec398da436b780a2f0b9816f98 (diff) | |
download | pkgsrc-9bb5c997fbad0d2dd4eacc209bc9a0f1b50bae87.tar.gz |
+ minisat
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 c31d8730481..6f8df85cd87 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.256 2013/08/15 14:23:36 richard Exp $ +# $NetBSD: Makefile,v 1.257 2013/10/28 04:17:27 asau Exp $ COMMENT= Mathematics @@ -135,6 +135,7 @@ SUBDIR+= maxima SUBDIR+= mcsim SUBDIR+= meschach SUBDIR+= metis +SUBDIR+= minisat SUBDIR+= minpack SUBDIR+= mpcomplex SUBDIR+= mpfr |