diff options
author | ljo <ljo@FreeBSD.org> | 1994-10-31 22:37:36 +0800 |
---|---|---|
committer | ljo <ljo@FreeBSD.org> | 1994-10-31 22:37:36 +0800 |
commit | 51447b48701b9a6d5b4c4439739af3ffbb775654 (patch) | |
tree | 65d7113e018a18a89322cf1578f5db5409c89b27 /math/Makefile | |
parent | cf52e153cdaaf33c367ea5553c7cabd24b327f40 (diff) | |
download | freebsd-ports-gnome-51447b48701b9a6d5b4c4439739af3ffbb775654.tar.gz freebsd-ports-gnome-51447b48701b9a6d5b4c4439739af3ffbb775654.tar.zst freebsd-ports-gnome-51447b48701b9a6d5b4c4439739af3ffbb775654.zip |
Added linpack and eispack.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 5c3fa2731d8c..588d83e32b01 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.2 1994/10/11 18:17:37 jkh Exp $ +# $Id: Makefile,v 1.3 1994/10/27 15:06:51 ljo Exp $ # -SUBDIR= blas gnuplot oleo +SUBDIR= blas eispack gnuplot linpack oleo .include <bsd.port.subdir.mk> |