diff options
author | markd <markd> | 2002-04-23 01:49:34 +0000 |
---|---|---|
committer | markd <markd> | 2002-04-23 01:49:34 +0000 |
commit | d529bf0e63684ec41908011efceb327a545a7f10 (patch) | |
tree | 9179f688b327c8f5e2b0b5895edad9effddf6c2e /math/Makefile | |
parent | 4bb1698c030addbc629b16a3f4cd1e534c9e507a (diff) | |
download | pkgsrc-d529bf0e63684ec41908011efceb327a545a7f10.tar.gz |
Add the R extension packages
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index a995cc2f975..f431e338870 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,9 +1,19 @@ -# $NetBSD: Makefile,v 1.75 2002/03/19 15:04:17 mjl Exp $ +# $NetBSD: Makefile,v 1.76 2002/04/23 01:49:34 markd Exp $ # COMMENT= Mathematics SUBDIR+= R +SUBDIR+= R-KernSmooth +SUBDIR+= R-VR +SUBDIR+= R-boot +SUBDIR+= R-cluster +SUBDIR+= R-foreign +SUBDIR+= R-mgcv +SUBDIR+= R-nlme +SUBDIR+= R-recommended +SUBDIR+= R-rpart +SUBDIR+= R-survival SUBDIR+= abs SUBDIR+= admesh SUBDIR+= aribas |