diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-10 00:45:00 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-10 00:45:00 +0000 |
commit | 8cce5cf44cbc5bc14e6042cbafca0eb2281a10fc (patch) | |
tree | 3c822bf6bab9e26376a2c252652624d0f4883ec9 | |
parent | Initial import of geg version 0.01 (diff) |
Turn on geg.
Notes
Notes:
svn path=/head/; revision=12407
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 42fb95d06f75..af7318531730 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.47 1998/08/09 23:55:27 steve Exp $ +# $Id: Makefile,v 1.48 1998/08/10 00:21:04 steve Exp $ # SUBDIR += Scilab @@ -12,6 +12,7 @@ SUBDIR += fftpack SUBDIR += freefem SUBDIR += fudgit + SUBDIR += geg SUBDIR += gnuplot SUBDIR += hexcalc SUBDIR += lapack |