diff options
author | wen <wen> | 2013-01-24 01:27:21 +0000 |
---|---|---|
committer | wen <wen> | 2013-01-24 01:27:21 +0000 |
commit | c03029d3250ed4c0292b619f397157ca7619d862 (patch) | |
tree | ce76f3d00fea2ee3d429002d662676928c4a9c3c /math/Makefile | |
parent | 01a1593b39e9c0dc70b57df60481ca426ffbb175 (diff) | |
download | pkgsrc-c03029d3250ed4c0292b619f397157ca7619d862.tar.gz |
Add R-intervals
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 fd0bfe1c170..7e6986f9e26 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.243 2012/11/29 08:00:12 jnemeth Exp $ +# $NetBSD: Makefile,v 1.244 2013/01/24 01:27:21 wen Exp $ COMMENT= Mathematics @@ -35,6 +35,7 @@ SUBDIR+= R-gstat SUBDIR+= R-gtools SUBDIR+= R-httpRequest SUBDIR+= R-hwde +SUBDIR+= R-intervals SUBDIR+= R-lmm SUBDIR+= R-mapproj SUBDIR+= R-maps |