diff options
author | agc <agc> | 1998-08-25 13:00:35 +0000 |
---|---|---|
committer | agc <agc> | 1998-08-25 13:00:35 +0000 |
commit | 5a701ded29c87f59077bd2b8769345eee319bc9e (patch) | |
tree | 605ebdaa44ea8d1e9ffbe1b7f30feb4c682a8d50 /math/Makefile | |
parent | c0fb674391e1ad51d51499696d43636bab3086ac (diff) | |
download | pkgsrc-5a701ded29c87f59077bd2b8769345eee319bc9e.tar.gz |
Add and enable scilab.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 290fee7a43c..cdff41f87dc 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 1998/04/15 10:38:32 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/08/25 13:00:35 agc Exp $ # FreeBSD Id: Makefile,v 1.38 1998/04/13 00:51:58 jseger Exp # -# SUBDIR += Scilab # SUBDIR += apc # SUBDIR += blas # SUBDIR += calc @@ -24,6 +23,7 @@ # SUBDIR += pari # SUBDIR += plplot SUBDIR += py-Numeric + SUBDIR += scilab # SUBDIR += siag # SUBDIR += simpack # SUBDIR += ss |