diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-26 08:34:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-26 08:34:28 +0000 |
commit | d50a37100a44a046c3fc18594d5beee1b6e2a281 (patch) | |
tree | 45b9b5c70c05e6d5992a6a98f760f432dd0899b3 /graphics/Makefile | |
parent | 51d2675be3103855c1d82ac4a7aaaea9510b793c (diff) |
Sort.
Notes
Notes:
svn path=/head/; revision=4677
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 1e2b4a070800..72b8ac9cd13f 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.30 1996/11/19 12:33:33 asami Exp $ +# $Id: Makefile,v 1.31 1996/11/19 14:19:41 erich Exp $ # SUBDIR += ImageMagick @@ -15,10 +15,10 @@ SUBDIR += mpeg-lib SUBDIR += mpeg2codec SUBDIR += mpeg2play - SUBDIR += mpegedit SUBDIR += mpeg_encode SUBDIR += mpeg_play SUBDIR += mpeg_stat + SUBDIR += mpegedit SUBDIR += mplex SUBDIR += netpbm SUBDIR += p5-Image-Size |