diff options
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 31 |
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> |