diff options
author | rh <rh> | 2002-11-02 10:26:46 +0000 |
---|---|---|
committer | rh <rh> | 2002-11-02 10:26:46 +0000 |
commit | 0986af3dcee3a847ca9b8070a33d4c33b4b8fd05 (patch) | |
tree | e2b76731ea1556189310f924a3358ea79dfde685 /math/Makefile | |
parent | 61429a0818318460f38bf95c167dc08dc10c7394 (diff) | |
download | pkgsrc-0986af3dcee3a847ca9b8070a33d4c33b4b8fd05.tar.gz |
Add and enable gcalctool
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 bd73cd2f36c..331d7cf522b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2002/10/18 21:57:47 abs Exp $ +# $NetBSD: Makefile,v 1.86 2002/11/02 10:26:46 rh Exp $ # COMMENT= Mathematics @@ -32,6 +32,7 @@ SUBDIR+= euler SUBDIR+= fftpack SUBDIR+= fftw SUBDIR+= gap +SUBDIR+= gcalctool SUBDIR+= geg SUBDIR+= glpk SUBDIR+= gnumeric |