summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-04-26 03:25:27 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-04-26 03:25:27 +0000
commit33cc2be5ff8d72f1c03a8f5ad47858e2b2584ce5 (patch)
tree173dd6adf7a925a5325f9805af8d9d5b79217044 /math
parentImport of Eval v113, a command-line based floating-point calculator. (diff)
Activate eval.
Notes
Notes: svn path=/head/; revision=10681
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 88ef9284e9ef..019e78032ec5 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.37 1998/04/10 05:05:16 hoek Exp $
+# $Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp $
#
SUBDIR += Scilab
@@ -7,6 +7,7 @@
SUBDIR += calc
SUBDIR += calctool
SUBDIR += eispack
+ SUBDIR += eval
SUBDIR += femlab
SUBDIR += fftpack
SUBDIR += freefem