=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/passwd/Makefile,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- src/usr.bin/passwd/Makefile 2000/08/01 22:27:50 1.19 +++ src/usr.bin/passwd/Makefile 2000/09/03 18:41:18 1.20 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.19 2000/08/01 22:27:50 provos Exp $ +# $OpenBSD: Makefile,v 1.20 2000/09/03 18:41:18 espie Exp $ .include @@ -10,18 +10,18 @@ LDADD+= -lrpcsvc -lutil CFLAGS+= -I${.CURDIR} -.if (${YP} == "yes") +.if (${YP:L} == "yes") CFLAGS+=-DYP -I${.CURDIR}/../../lib/libc/yp .endif .include # For Kerberos -.if (${KERBEROS5} == "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} == "yes") +.elif (${KERBEROS:L} == "yes") .PATH: ${.CURDIR}/../rlogin SRCS+= new_pwd.c krb_passwd.c des_rw.c CFLAGS+= -DKERBEROS