diff options
author | markd <markd@pkgsrc.org> | 2002-09-09 01:20:49 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-09-09 01:20:49 +0000 |
commit | 0417b85750c64b40ec09da5757990040a2196341 (patch) | |
tree | 888fcc168e68cbe35695a8770e1b97d04b065aa3 /math | |
parent | 64243dc12852eec723a0b693c36550cf250c0288 (diff) | |
download | pkgsrc-0417b85750c64b40ec09da5757990040a2196341.tar.gz |
Add R-grid and R-lattice.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 45d31fe0a02..cb36869db77 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2002/08/28 19:18:14 seb Exp $ +# $NetBSD: Makefile,v 1.83 2002/09/09 01:20:49 markd Exp $ # COMMENT= Mathematics @@ -9,6 +9,8 @@ SUBDIR+= R-VR SUBDIR+= R-boot SUBDIR+= R-cluster SUBDIR+= R-foreign +SUBDIR+= R-grid +SUBDIR+= R-lattice SUBDIR+= R-mgcv SUBDIR+= R-nlme SUBDIR+= R-recommended |