Module Name: src
Committed By: ghen
Date: Thu Jun 3 10:38:34 UTC 2010
Modified Files:
src/external/mit/xorg/lib/xkeyboard-config: Makefile
Log Message:
.include <bsd.lib.mk> to handle the pkgconfig file correctly.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/lib/xkeyboard-config/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/xkeyboard-config/Makefile
diff -u src/external/mit/xorg/lib/xkeyboard-config/Makefile:1.3 src/external/mit/xorg/lib/xkeyboard-config/Makefile:1.4
--- src/external/mit/xorg/lib/xkeyboard-config/Makefile:1.3 Fri May 28 13:01:23 2010
+++ src/external/mit/xorg/lib/xkeyboard-config/Makefile Thu Jun 3 10:38:34 2010
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2010/05/28 13:01:23 ghen Exp $
+# $NetBSD: Makefile,v 1.4 2010/06/03 10:38:34 ghen Exp $
SUBDIR= compat geometry keycodes keymap rules semantics symbols types
PKGCONFIG= xkeyboard-config
.include <bsd.x11.mk>
+.include <bsd.lib.mk>
.include <bsd.subdir.mk>