diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 12:20:49 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2001-05-25 12:20:49 +0000 |
commit | 5e71ce42aa86758478ee0913cc457fe78f5aec41 (patch) | |
tree | a3ea494b416cffa1897a6777ea69a7fa64a5291f /usr.bin | |
parent | a5879e89c38b3ae37853cdc43ced5ca4c529d7c1 (diff) |
Comment out krb5 stuff, until someone has had a chance to make krb5 support
work.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/passwd/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile index 16b4a985e95..380aa2548fa 100644 --- a/usr.bin/passwd/Makefile +++ b/usr.bin/passwd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.20 2000/09/03 18:41:18 espie Exp $ +# $OpenBSD: Makefile,v 1.21 2001/05/25 12:20:48 hin Exp $ .include <bsd.own.mk> @@ -16,12 +16,14 @@ CFLAGS+=-DYP -I${.CURDIR}/../../lib/libc/yp .include <bsd.own.mk> # For Kerberos -.if (${KERBEROS5:L} == "yes") +#.if (${KERBEROS5:L} == "yes") #SRCS+= krb5_passwd.c XXX fix the /tmp/tkt_cpw_%d race first + others -CFLAGS+= -DKERBEROS5 -DPADD+= ${LIBKRB5} ${LIBCRYPTO} -LDADD+= -lkrb5 -lcrypto -.elif (${KERBEROS:L} == "yes") +#CFLAGS+= -DKERBEROS5 +#DPADD+= ${LIBKRB5} ${LIBCRYPTO} +#LDADD+= -lkrb5 -lcrypto +#.endif + +.if (${KERBEROS:L} == "yes") .PATH: ${.CURDIR}/../rlogin SRCS+= new_pwd.c krb_passwd.c des_rw.c CFLAGS+= -DKERBEROS |