diff options
author | asami <asami@FreeBSD.org> | 1994-12-06 19:57:27 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-12-06 19:57:27 +0800 |
commit | 3db2b63ad93875a6aa53b823f936f2d5b660f0ce (patch) | |
tree | 5b64556a04a6e43057885fe99b86f53af381eba0 | |
parent | e3a9ab08d037c70f16302df4dc5124e140a645df (diff) | |
download | freebsd-ports-gnome-3db2b63ad93875a6aa53b823f936f2d5b660f0ce.tar.gz freebsd-ports-gnome-3db2b63ad93875a6aa53b823f936f2d5b660f0ce.tar.zst freebsd-ports-gnome-3db2b63ad93875a6aa53b823f936f2d5b660f0ce.zip |
Added hexcalc, sorted items in alphabetical order.
-rw-r--r-- | math/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index c5c582cf24fe..60f0e3241be5 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.4 1994/10/31 14:37:36 ljo Exp $ +# $Id: Makefile,v 1.5 1994/11/20 23:04:54 ats Exp $ # -SUBDIR= blas eispack gnuplot fudgit linpack oleo +SUBDIR= blas eispack fudgit gnuplot hexcalc linpack oleo .include <bsd.port.subdir.mk> |