diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-09-09 04:23:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-09-09 04:23:32 +0000 |
commit | 2b6b3081519ea88b1a8a413f4d0565e870440e0e (patch) | |
tree | 5f425ebde0f2932a9a5a8bf7ed5a5f83b73b06b1 /graphics/Makefile | |
parent | The Unix port of fractint, a program to calculate pretty fractals. (diff) |
Added xfractint.
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 675afbe28426..cb00b98ed777 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.12 1995/07/29 11:31:33 asami Exp $ +# $Id: Makefile,v 1.13 1995/08/28 15:11:46 jkh Exp $ # SUBDIR += ImageMagick @@ -16,6 +16,7 @@ SUBDIR += xanim SUBDIR += xdl SUBDIR += xfig + SUBDIR += xfractint SUBDIR += xgrasp SUBDIR += xli SUBDIR += xpaint |