diff options
author | asami <asami@FreeBSD.org> | 1997-03-06 01:23:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-03-06 01:23:46 +0000 |
commit | 70e4f54cdac19b423352be47d1945ec691fd41bf (patch) | |
tree | 80b1b8e946d4d1e5204a31cb2e05d36919330684 /math | |
parent | 7125f4c5465b46fa5c7bef59af595a83fbc529db (diff) | |
download | FreeBSD-ports-70e4f54cdac19b423352be47d1945ec691fd41bf.zip FreeBSD-ports-70e4f54cdac19b423352be47d1945ec691fd41bf.tar.gz |
Add xplot.
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 467b083..0429b12 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.22 1997/01/24 12:32:35 max Exp $ +# $Id: Makefile,v 1.23 1997/02/14 08:54:02 tg Exp $ # SUBDIR += blas @@ -19,6 +19,7 @@ SUBDIR += wingz SUBDIR += xgraph SUBDIR += xlispstat + SUBDIR += xplot SUBDIR += xspread SUBDIR += xvgr |