Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/passwd don't build kpasswd; heimdal does it for us.



details:   https://anonhg.NetBSD.org/src/rev/e4a555fcac8c
branches:  trunk
changeset: 784858:e4a555fcac8c
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Feb 11 23:11:48 2013 +0000

description:
don't build kpasswd; heimdal does it for us.

diffstat:

 usr.bin/passwd/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 915b28a10bcb -r e4a555fcac8c usr.bin/passwd/Makefile
--- a/usr.bin/passwd/Makefile   Mon Feb 11 18:11:20 2013 +0000
+++ b/usr.bin/passwd/Makefile   Mon Feb 11 23:11:48 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.42 2011/04/24 21:42:06 elric Exp $
+#      $NetBSD: Makefile,v 1.43 2013/02/11 23:11:48 christos Exp $
 #      from: @(#)Makefile    8.3 (Berkeley) 4/2/94
 
 .include <bsd.own.mk>
@@ -25,6 +25,7 @@
 BINOWN=        root
 BINMODE=4555
 
+.ifdef OVERRIDE_HEIMDAL_KPASSWD
 .if (${USE_KERBEROS} != "no")
 CPPFLAGS+= -DKERBEROS5
 SRCS+= krb5_passwd.c
@@ -34,6 +35,7 @@
 LINKS+=        ${BINDIR}/passwd ${BINDIR}/kpasswd
 MAN+=  kpasswd.1
 .endif
+.endif
 
 .if (${USE_PAM} != "no")
 CPPFLAGS+=-DUSE_PAM



Home | Main Index | Thread Index | Old Index