diff options
author | wen <wen> | 2016-01-01 05:44:12 +0000 |
---|---|---|
committer | wen <wen> | 2016-01-01 05:44:12 +0000 |
commit | eb7ab814fd7dacb7b43d6f7ce17ff812fea3ee10 (patch) | |
tree | 99efc54a1fab15ff6d8bda1fe0a0ab202cacb053 /math/Makefile | |
parent | 7a2b7335d116c12d7021130fb830b5dded5dbc84 (diff) | |
download | pkgsrc-eb7ab814fd7dacb7b43d6f7ce17ff812fea3ee10.tar.gz |
Add R-MatrixModels
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 261c941f42f..7055d70106a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.312 2016/01/01 05:24:28 wen Exp $ +# $NetBSD: Makefile,v 1.313 2016/01/01 05:44:12 wen Exp $ COMMENT= Mathematics @@ -8,6 +8,7 @@ SUBDIR+= R-DAAG SUBDIR+= R-DBI SUBDIR+= R-GRASS SUBDIR+= R-ISwR +SUBDIR+= R-MatrixModels SUBDIR+= R-PHYLOGR SUBDIR+= R-R2HTML SUBDIR+= R-RArcInfo |