diff options
author | jkh <jkh@FreeBSD.org> | 1994-10-11 18:17:37 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-10-11 18:17:37 +0000 |
commit | 981f2ee665ce194ee67bc5f3ad954d81f2fc98aa (patch) | |
tree | 6e6f077d1852cf44f5b8b47dae3b248019d5ab6f /math | |
parent | 14dae74336d18b89160f8c40840daab4244a1b7b (diff) | |
download | FreeBSD-ports-981f2ee665ce194ee67bc5f3ad954d81f2fc98aa.zip FreeBSD-ports-981f2ee665ce194ee67bc5f3ad954d81f2fc98aa.tar.gz |
Add oleo.
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 6a329d2..69f8176 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,6 +1,6 @@ -# $Id: Makefile,v 1.3 1994/10/04 23:33:34 pst Exp $ +# $Id: Makefile,v 1.1 1994/10/06 01:16:49 jkh Exp $ # -SUBDIR= gnuplot +SUBDIR= gnuplot oleo .include <bsd.port.subdir.mk> |