Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11/bin/xinit do the pam dance.
details: https://anonhg.NetBSD.org/src/rev/409ac03c7105
branches: trunk
changeset: 574490:409ac03c7105
user: christos <christos%NetBSD.org@localhost>
date: Wed Mar 02 01:06:15 2005 +0000
description:
do the pam dance.
diffstat:
x11/bin/xinit/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r eca4ca8ede8c -r 409ac03c7105 x11/bin/xinit/Makefile
--- a/x11/bin/xinit/Makefile Wed Mar 02 01:04:21 2005 +0000
+++ b/x11/bin/xinit/Makefile Wed Mar 02 01:06:15 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/12/08 05:34:50 jmc Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/02 01:06:15 christos Exp $
.include <bsd.own.mk>
@@ -12,6 +12,9 @@
CPPFLAGS+= -DHAS_VFORK ${X11FLAGS.CONNECTION} -DBINDIR=\"${X11BINDIR}\" \
CPPFLAGS+= -DXFREE86
+.if (${USE_PAM} != "no")
+CPPFLAGS+= -DUSE_PAM
+.endif
CPPSCRIPTS= startx xinitrc
CPPSCRIPTFLAGS_xinitrc= -DXINITDIR=${XINITDIR} -DBINDIR=${X11BINDIR}
Home |
Main Index |
Thread Index |
Old Index