diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 01:23:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-06 01:23:46 +0000 |
commit | 26b4e20e9e0960f1a401fc79cec5500f1f034595 (patch) | |
tree | 1a5ea37869bd5737e1c4a57a57917fc16cd42d27 /math/Makefile | |
parent | 039046aefda2a34a16471539ba072b841429c072 (diff) | |
download | ports-26b4e20e9e0960f1a401fc79cec5500f1f034595.tar.gz ports-26b4e20e9e0960f1a401fc79cec5500f1f034595.zip |
Add xplot.
Notes
Notes:
svn path=/head/; revision=5862
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 467b08389bfe..0429b1212fe5 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 |