diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-24 16:19:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-06-24 16:19:54 +0000 |
commit | ceb82c0fe710b33fddc74515bafbcde5bf16327e (patch) | |
tree | 073a7d135ef85c9fad5ccecd2d3198e1c525522b /graphics | |
parent | Font library, it required by Enlightenment 0.14. (diff) |
Activate fnlib.
Notes
Notes:
svn path=/head/; revision=11514
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 d1cad478106c..9a3132904cd5 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.79 1998/06/12 06:28:45 dburr Exp $ +# $Id: Makefile,v 1.80 1998/06/20 03:11:36 chuckr Exp $ # SUBDIR += EZWGL @@ -13,6 +13,7 @@ SUBDIR += dore SUBDIR += fbm SUBDIR += fli2gif + SUBDIR += fnlib SUBDIR += fxtv SUBDIR += gd SUBDIR += geomview |