Module Name: src Committed By: mrg Date: Mon Feb 7 21:23:47 UTC 2011
Modified Files: src/share/mk: bsd.own.mk Log Message: add missing SRCDIR for synaptics. To generate a diff of this commit: cvs rdiff -u -r1.651 -r1.652 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.651 src/share/mk/bsd.own.mk:1.652 --- src/share/mk/bsd.own.mk:1.651 Sun Feb 6 01:14:10 2011 +++ src/share/mk/bsd.own.mk Mon Feb 7 21:23:47 2011 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.651 2011/02/06 01:14:10 joerg Exp $ +# $NetBSD: bsd.own.mk,v 1.652 2011/02/07 21:23:47 mrg Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -982,7 +982,7 @@ .endfor .for _i in \ - elographics keyboard mouse vmmouse void ws + elographics keyboard mouse synaptics vmmouse void ws X11SRCDIR.xf86-input-${_i}?= ${X11SRCDIRMIT}/xf86-input-${_i}/dist .endfor