diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-05 16:32:32 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-05 16:32:32 +0000 |
commit | 88d402146382016fb783d30c91a212a7ea981b2e (patch) | |
tree | 779d64a8da849bc1c3b3874f806c8ddd28c822a2 /graphics/Makefile | |
parent | c53f5e241d98ae7a2ed70a14466c4c575c8758ba (diff) |
Add SUBDIR += gifsicle
Notes
Notes:
svn path=/head/; revision=15134
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 c90993e3d727..f01b5d2e72ab 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.101 1998/11/21 19:59:20 steve Exp $ +# $Id: Makefile,v 1.102 1998/12/01 21:04:58 billf Exp $ # SUBDIR += 4va @@ -23,6 +23,7 @@ SUBDIR += gfont SUBDIR += giflib SUBDIR += gifmerge + SUBDIR += gifsicle SUBDIR += giftool SUBDIR += giftrans SUBDIR += gimp-manual-html |