diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-05 13:58:36 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-05 13:58:36 +0000 |
commit | 3dba4a05291f8788727f4463c5fa0369e769b318 (patch) | |
tree | 3a632bea806a9fb57bedb3848a22930cb487843e /math | |
parent | f72b66cce909e5daa3b82b3aa791b5dc4efb0c84 (diff) | |
download | pkgsrc-3dba4a05291f8788727f4463c5fa0369e769b318.tar.gz |
Add and enable gp-grpconst
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 480a6e74eef..d9133b024d6 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2002/12/24 00:20:16 cjep Exp $ +# $NetBSD: Makefile,v 1.95 2003/01/05 13:58:36 cjep Exp $ # COMMENT= Mathematics @@ -30,6 +30,7 @@ SUBDIR+= gp-autpgrp SUBDIR+= gp-factint SUBDIR+= gp-fplsa SUBDIR+= gp-grape +SUBDIR+= gp-grpconst SUBDIR+= gp-lag SUBDIR+= grace SUBDIR+= grpn |