diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-24 07:40:43 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1997-12-24 07:40:43 +0000 |
commit | 20ecee004d4071b2f77c7894891d7b77cabc4f05 (patch) | |
tree | 57ca2d56206352d2ec69282a1b4bedc64a516866 /graphics | |
parent | Aview is a graphics viewer which utilize graphics/aalib, (diff) |
Activate aview.
Notes
Notes:
svn path=/head/; revision=9164
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 0647d8737f22..048fc1541b71 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.56 1997/11/26 08:50:29 tg Exp $ +# $Id: Makefile,v 1.57 1997/12/19 19:07:02 vanilla Exp $ # SUBDIR += ImageMagick SUBDIR += Mesa SUBDIR += aalib SUBDIR += aero + SUBDIR += aview SUBDIR += camediaplay SUBDIR += dc3play SUBDIR += dore |