Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ssh/sshd Add utmpx support.



details:   https://anonhg.NetBSD.org/src/rev/d8622857b566
branches:  trunk
changeset: 534517:d8622857b566
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jul 28 23:43:12 2002 +0000

description:
Add utmpx support.

diffstat:

 usr.bin/ssh/sshd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 03ff86986d01 -r d8622857b566 usr.bin/ssh/sshd/Makefile
--- a/usr.bin/ssh/sshd/Makefile Sun Jul 28 22:48:38 2002 +0000
+++ b/usr.bin/ssh/sshd/Makefile Sun Jul 28 23:43:12 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.12 2002/06/24 05:48:26 itojun Exp $
+#      $NetBSD: Makefile,v 1.13 2002/07/28 23:43:12 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -22,6 +22,7 @@
 DPADD+=        ${LIBKRB5} ${LIBKAFS} ${LIBASN1}
 
 CPPFLAGS+=-DKRB4 -I${DESTDIR}/usr/include/kerberosIV
+CPPFLAGS+=-DSUPPORT_UTMP -DSUPPORT_UTMPX
 SRCS+= auth-krb4.c
 LDADD+=        -lkrb -lcom_err -lroken
 DPADD+=        ${LIBKRB} ${LIBCOM_ERR} ${LIBROKEN}



Home | Main Index | Thread Index | Old Index