aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-07-01 17:17:15 +0800
committerasami <asami@FreeBSD.org>1995-07-01 17:17:15 +0800
commit514b7d0d5bf3c02b16497f8799ab83117dfe10be (patch)
treeb86efad51348d0a2176e461b720b11613cc4c170 /math
parent3f159aa004a256a060563f7636db8e55514d131c (diff)
downloadfreebsd-ports-graphics-514b7d0d5bf3c02b16497f8799ab83117dfe10be.tar.gz
freebsd-ports-graphics-514b7d0d5bf3c02b16497f8799ab83117dfe10be.tar.zst
freebsd-ports-graphics-514b7d0d5bf3c02b16497f8799ab83117dfe10be.zip
Add xspread. Convert the Makefile along the way to "SUBDIR+=" format.
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 ed9fa7a009b..593ef08b055 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>