diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-15 10:23:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-15 10:23:21 +0000 |
commit | 24675c826ac5d68dbdf20669799bf933330ec142 (patch) | |
tree | ce84847f1ba4cfe1b8db06c522c1adb54d6ca051 /graphics/Makefile | |
parent | Draws mandelbrot sets and Julia Sets. Closes PR ports/1962. (diff) |
Added xmandel.
Notes
Notes:
svn path=/head/; revision=4473
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 8a8fbea173bf..6e8b67349f68 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.26 1996/10/24 08:19:57 jfitz Exp $ +# $Id: Makefile,v 1.27 1996/10/30 14:29:08 max Exp $ # SUBDIR += ImageMagick @@ -35,6 +35,7 @@ SUBDIR += xfractint SUBDIR += xgrasp SUBDIR += xli + SUBDIR += xmandel SUBDIR += xmfract SUBDIR += xmorph SUBDIR += xpaint |