diff options
author | garbled <garbled> | 2004-02-10 09:17:43 +0000 |
---|---|---|
committer | garbled <garbled> | 2004-02-10 09:17:43 +0000 |
commit | c753f1d63f32bf2ee10b9efcb00ee20b3cee3828 (patch) | |
tree | 88ccbedb2260197e232eec33a636ce60b4da43b3 /graphics | |
parent | 1ed798a7b7381671a5f2777577a7e652382bd5d5 (diff) | |
download | pkgsrc-c753f1d63f32bf2ee10b9efcb00ee20b3cee3828.tar.gz |
Add OpenRM, cal3d and cal3d-examples to the graphics Makefile
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c419d972b94..d5fe2025f6d 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.291 2004/02/03 21:54:38 cube Exp $ +# $NetBSD: Makefile,v 1.292 2004/02/10 09:17:43 garbled Exp $ # COMMENT= Graphics tools and libraries @@ -16,6 +16,7 @@ SUBDIR+= Mesa SUBDIR+= MesaDemos SUBDIR+= MesaLib SUBDIR+= Ngraph +SUBDIR+= OpenRM SUBDIR+= PanoTools SUBDIR+= RenderKit SUBDIR+= SDLKit @@ -35,6 +36,8 @@ SUBDIR+= blender-doc SUBDIR+= blinkenthemes SUBDIR+= blinkentools SUBDIR+= cairo +SUBDIR+= cal3d +SUBDIR+= cal3d-examples SUBDIR+= camediaplay SUBDIR+= camlimages SUBDIR+= cdlabelgen |