diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-07-01 09:17:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-07-01 09:17:15 +0000 |
commit | 130d79b64daed9088c32632d04da4ef789464f1d (patch) | |
tree | f8d12be0f295c0eb9999bb3427eb6a5e8c263801 /math | |
parent | 3d17e331f4ca6b38d2da4429b75295a4fad4ce95 (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/Makefile | 15 |
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> |