diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-06 01:16:49 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-06 01:16:49 +0000 |
commit | 0383beb008bf6cc5b7da9ad824e0a4e701be0db1 (patch) | |
tree | 70866efe5125af4508cbe10b8b82689a403392b0 /math | |
parent | 2401216bf38a2f958928018b260a181d06c05fc4 (diff) | |
download | FreeBSD-ports-0383beb008bf6cc5b7da9ad824e0a4e701be0db1.zip FreeBSD-ports-0383beb008bf6cc5b7da9ad824e0a4e701be0db1.tar.gz |
New Makefile for the math collection.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile new file mode 100644 index 0000000..6a329d2 --- /dev/null +++ b/math/Makefile @@ -0,0 +1,6 @@ + +# $Id: Makefile,v 1.3 1994/10/04 23:33:34 pst Exp $ +# +SUBDIR= gnuplot + +.include <bsd.port.subdir.mk> |