Module Name: src
Committed By: joerg
Date: Mon Apr 11 22:47:50 UTC 2011
Modified Files:
src/external/mit/xorg/bin/sessreg: Makefile
Log Message:
Extend, not reassign CPPFLAGS.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/mit/xorg/bin/sessreg/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/bin/sessreg/Makefile
diff -u src/external/mit/xorg/bin/sessreg/Makefile:1.3 src/external/mit/xorg/bin/sessreg/Makefile:1.4
--- src/external/mit/xorg/bin/sessreg/Makefile:1.3 Sun May 23 21:31:57 2010
+++ src/external/mit/xorg/bin/sessreg/Makefile Mon Apr 11 22:47:50 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/05/23 21:31:57 veego Exp $
+# $NetBSD: Makefile,v 1.4 2011/04/11 22:47:50 joerg Exp $
.include <bsd.own.mk>
@@ -6,7 +6,7 @@
.include "../xdm/Makefile.xdm"
-CPPFLAGS= -I${X11SRCDIR.${PROG}}/../include
+CPPFLAGS+= -I${X11SRCDIR.${PROG}}/../include
X11EXTRAMANDEFS+= -e 's,__ttys_file__,/etc/ttys,g; \
s,__utmp_file__,${XDMPIDDIR}/utmp,g; \