=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/Makefile,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/telnet/Makefile 2001/07/19 10:43:15 1.14 --- src/usr.bin/telnet/Makefile 2001/09/10 22:44:47 1.15 *************** *** 1,4 **** ! # $OpenBSD: Makefile,v 1.14 2001/07/19 10:43:15 deraadt Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. --- 1,4 ---- ! # $OpenBSD: Makefile,v 1.15 2001/09/10 22:44:47 jason Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. *************** *** 46,61 **** .include # for KERBEROS - .if (${KERBEROS:L} == "yes") - CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB4 - LDADD+= -lkrb -lcrypto - DPADD+= ${LIBDES} ${LIBKRB} - .endif - .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkafs DPADD+= ${LIBKRB5} .endif .include --- 46,61 ---- .include # for KERBEROS .if (${KERBEROS5:L} == "yes") CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 LDADD+= -lkrb5 -lasn1 -lcrypto -lcom_err -lkafs DPADD+= ${LIBKRB5} + .endif + + .if (${KERBEROS:L} == "yes") + CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB4 + LDADD+= -lkrb -lcrypto + DPADD+= ${LIBDES} ${LIBKRB} .endif .include