summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-11-26 13:49:33 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-11-26 13:49:33 +0000
commite1c2f41478ebf9a37ff8ef1de583809e800ce2b2 (patch)
tree2812c280a5229ac8a8f4c7758f094e95abbb1bb7 /math
parentAdded workman. (diff)
Added xvgr.
Notes
Notes: svn path=/head/; revision=2475
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index e8646ae466b0..69c7c04c1d9b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 1995/08/18 08:53:54 asami Exp $
+# $Id: Makefile,v 1.14 1995/10/03 11:45:09 asami Exp $
#
SUBDIR += blas
@@ -15,5 +15,6 @@ RESTRICTED += maxima (license required)
SUBDIR += xgraph
SUBDIR += xlispstat
SUBDIR += xspread
+ SUBDIR += xvgr
.include <bsd.port.subdir.mk>