diff options
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b6de0e771c0..6477a38387a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.424 2006/06/10 19:57:53 heinz Exp $ +# $NetBSD: Makefile,v 1.425 2006/06/13 23:45:20 reed Exp $ # COMMENT= Graphics tools and libraries @@ -108,6 +108,7 @@ SUBDIR+= glitz SUBDIR+= gliv SUBDIR+= glu SUBDIR+= glut +SUBDIR+= glx-utils SUBDIR+= gmngview SUBDIR+= gnome-backgrounds SUBDIR+= gnome-icon-theme |