open-src/driver/Makefile
changeset 810 6f94d3da0552
parent 764 ab397169f258
child 851 d428083dbbdd
--- a/open-src/driver/Makefile	Tue Oct 13 15:30:00 2009 -0700
+++ b/open-src/driver/Makefile	Thu Oct 15 20:19:43 2009 -0700
@@ -1,7 +1,7 @@
 # Makefile for X Consolidation Open Source Xorg driver modules
 #
 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
-# Use subject to license terms.
+# Use is subject to license terms.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the
@@ -28,7 +28,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.14	09/07/17
+# ident	"@(#)Makefile	1.15	09/10/13 SMI"
 #
 ###############################################################################
 
@@ -106,3 +106,7 @@
 ### Include common definitions
 DIRNAME="driver/"
 include $(TOP)/common/Makefile.subdirs
+
+# Dependencies between modules
+xf86-input-vmmouse: xf86-input-mouse
+