diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-08-18 08:53:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-08-18 08:53:54 +0000 |
commit | a05b72113103c61785170b047e5d7dc8a6264d08 (patch) | |
tree | a3699b7b4541ec5108b7125ec2be97e691454bd8 /math/Makefile | |
parent | c7d8cd0ef8a399ef0dfb4931dc100084e148733e (diff) | |
download | ports-a05b72113103c61785170b047e5d7dc8a6264d08.tar.gz ports-a05b72113103c61785170b047e5d7dc8a6264d08.zip |
Added xlispstat.
Notes
Notes:
svn path=/head/; revision=2069
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 593ef08b0559..3fda62510b43 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.11 1995/05/14 03:29:48 asami Exp $ +# $Id: Makefile,v 1.12 1995/07/01 09:17:15 asami Exp $ # # RESTRICTED: maxima (license required) # @@ -14,6 +14,7 @@ SUBDIR += octave SUBDIR += oleo SUBDIR += xgraph + SUBDIR += xlispstat SUBDIR += xspread .include <bsd.port.subdir.mk> |