open-src/lib/Makefile
changeset 824 b194b3fada3c
parent 810 6f94d3da0552
child 830 186f3c438b46
--- a/open-src/lib/Makefile	Mon Nov 09 09:47:04 2009 -0800
+++ b/open-src/lib/Makefile	Mon Nov 09 11:31:12 2009 -0800
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# ident	"@(#)Makefile	1.32	09/10/13 SMI"
+# ident	"@(#)Makefile	1.33	09/11/09 SMI"
 #
 ###############################################################################
 
@@ -50,6 +50,7 @@
 # libdrm before mesa
 
 # Dependencies needed for parallel make:
+DPS: libX11 libXt
 fontconfig: freetype
 libdrm: libpthread-stubs
 libFS: libxtrans
@@ -83,8 +84,10 @@
 mesa: libdrm libX11 libXext
 
 OS_SUBDIRS_common = \
+	DPS \
 	freetype \
 	fontconfig \
+	libowconfig \
 	libpthread-stubs \
 	libxtrans \
 	libXau \