diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-10 00:13:25 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-10 00:13:25 +0000 |
commit | 8addac34264d0693bca4a0620b6495ee837f6ea1 (patch) | |
tree | e16eb4acb615d0f6e7a8a3d8b4fbf058da7130df | |
parent | Initial import of g2 version 0.23. (diff) |
Turn on g2.
Notes
Notes:
svn path=/head/; revision=12393
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 351e086b0f52..40d21048430b 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.84 1998/07/16 06:36:49 tg Exp $ +# $Id: Makefile,v 1.85 1998/07/20 10:13:30 asami Exp $ # SUBDIR += EZWGL @@ -16,6 +16,7 @@ SUBDIR += fli2gif SUBDIR += fnlib SUBDIR += fxtv + SUBDIR += g2 SUBDIR += gd SUBDIR += geomview SUBDIR += gfont |