diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 11:44:45 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-13 11:44:45 +0000 |
commit | 51dfff686a29664043a847c43cfb99856d0f52e0 (patch) | |
tree | 50e772471f7b440682437088b100e8bff9ddc225 /math | |
parent | 868250dfb8c90449321ee1b35ee94793b0a0736d (diff) | |
download | ports-51dfff686a29664043a847c43cfb99856d0f52e0.tar.gz ports-51dfff686a29664043a847c43cfb99856d0f52e0.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index 60f0e3241be5..49942710e06e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.5 1994/11/20 23:04:54 ats Exp $ +# $Id: Makefile,v 1.6 1994/12/06 11:57:27 asami Exp $ # -SUBDIR= blas eispack fudgit gnuplot hexcalc linpack oleo +SUBDIR= blas calc eispack fudgit gnuplot hexcalc linpack oleo xgraph .include <bsd.port.subdir.mk> |