diff options
author | rh <rh> | 2000-08-03 19:21:44 +0000 |
---|---|---|
committer | rh <rh> | 2000-08-03 19:21:44 +0000 |
commit | 67151edbab63059e07ba48f59589c39b05526c4d (patch) | |
tree | acd382ed909199533c6b0fb77da1fac8a59a6d7e /graphics/Makefile | |
parent | 62c6dd5eadaeafa36de5a9263c3038ab8aeecda5 (diff) | |
download | pkgsrc-67151edbab63059e07ba48f59589c39b05526c4d.tar.gz |
Add and enable fbm.
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 53257b86785..592c9cf2b88 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2000/07/31 01:56:44 hubertf Exp $ +# $NetBSD: Makefile,v 1.86 2000/08/03 19:21:44 rh Exp $ # FreeBSD Id: Makefile,v 1.53 1997/09/28 13:25:40 markm Exp # @@ -14,6 +14,7 @@ SUBDIR += dx SUBDIR += dxsamples SUBDIR += ee + SUBDIR += fbm SUBDIR += fly SUBDIR += fnlib SUBDIR += freetype |