=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/telnet/Makefile 2000/10/10 15:41:09 1.10 --- src/usr.bin/telnet/Makefile 2001/05/25 10:24:25 1.11 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.10 2000/10/10 15:41:09 millert Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.11 2001/05/25 10:24:25 hin Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. *************** *** 50,55 **** --- 50,61 ---- CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB4 LDADD+= -lkrb -ldes DPADD+= ${LIBDES} ${LIBKRB} + .endif + + .if (${KERBEROS5:L} == "yes") + CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 + LDADD+= -lkrb5 + DPADD+= ${LIBKRB5} .endif .include