=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/telnet/Makefile 1998/07/27 15:25:13 1.8 +++ src/usr.bin/telnet/Makefile 2000/09/03 18:41:20 1.9 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 1998/07/27 15:25:13 millert Exp $ +# $OpenBSD: Makefile,v 1.9 2000/09/03 18:41:20 espie Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -47,7 +47,7 @@ .include # for KERBEROS -.if (${KERBEROS} == "yes") +.if (${KERBEROS:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB4 LDADD+= -lkrb -ldes DPADD+= ${LIBDES} ${LIBKRB}