summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-07-01 09:17:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-07-01 09:17:15 +0000
commit130d79b64daed9088c32632d04da4ef789464f1d (patch)
treef8d12be0f295c0eb9999bb3427eb6a5e8c263801 /math
parentAn X-based mixer program. (diff)
Add xspread. Convert the Makefile along the way to "SUBDIR+=" format.
Notes
Notes: svn path=/head/; revision=1906
Diffstat (limited to 'math')
-rw-r--r--math/Makefile15
1 files changed, 13 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile
index ed9fa7a009b9..593ef08b0559 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,8 +1,19 @@
-# $Id: Makefile,v 1.10 1995/05/13 07:57:18 asami Exp $
+# $Id: Makefile,v 1.11 1995/05/14 03:29:48 asami Exp $
#
# RESTRICTED: maxima (license required)
#
-SUBDIR= blas calc eispack fudgit gmp gnuplot hexcalc linpack octave oleo xgraph
+ SUBDIR += blas
+ SUBDIR += calc
+ SUBDIR += eispack
+ SUBDIR += fudgit
+ SUBDIR += gmp
+ SUBDIR += gnuplot
+ SUBDIR += hexcalc
+ SUBDIR += linpack
+ SUBDIR += octave
+ SUBDIR += oleo
+ SUBDIR += xgraph
+ SUBDIR += xspread
.include <bsd.port.subdir.mk>