summaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-10-03 11:45:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-10-03 11:45:15 +0000
commit1f43de46ba5ef8e42d82041a4ae4bbc2a9ccf94f (patch)
tree653f6411fbf1fe7f4e1117b460c961ac3767eddf /math/Makefile
parentAdded spider. (diff)
Convert all makefiles to new formats.
Notes
Notes: svn path=/head/; revision=2233
Diffstat (limited to 'math/Makefile')
-rw-r--r--math/Makefile31
1 files changed, 15 insertions, 16 deletions
diff --git a/math/Makefile b/math/Makefile
index 3fda62510b43..e8646ae466b0 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,20 +1,19 @@
-# $Id: Makefile,v 1.12 1995/07/01 09:17:15 asami Exp $
-#
-# RESTRICTED: maxima (license required)
+# $Id: Makefile,v 1.13 1995/08/18 08:53:54 asami Exp $
#
- SUBDIR += blas
- SUBDIR += calc
- SUBDIR += eispack
- SUBDIR += fudgit
- SUBDIR += gmp
- SUBDIR += gnuplot
- SUBDIR += hexcalc
- SUBDIR += linpack
- SUBDIR += octave
- SUBDIR += oleo
- SUBDIR += xgraph
- SUBDIR += xlispstat
- SUBDIR += xspread
+ SUBDIR += blas
+ SUBDIR += calc
+ SUBDIR += eispack
+ SUBDIR += fudgit
+ SUBDIR += gmp
+ SUBDIR += gnuplot
+ SUBDIR += hexcalc
+ SUBDIR += linpack
+RESTRICTED += maxima (license required)
+ SUBDIR += octave
+ SUBDIR += oleo
+ SUBDIR += xgraph
+ SUBDIR += xlispstat
+ SUBDIR += xspread
.include <bsd.port.subdir.mk>