=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/Makefile,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- src/usr.bin/telnet/Makefile 2014/04/15 20:55:42 1.29 +++ src/usr.bin/telnet/Makefile 2014/04/22 10:21:56 1.30 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.29 2014/04/15 20:55:42 miod Exp $ +# $OpenBSD: Makefile,v 1.30 2014/04/22 10:21:56 reyk Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -40,15 +40,5 @@ SRCS= authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \ terminal.c tn3270.c utilities.c auth.c encrypt.c genget.c getent.c \ misc.c - -.include # for KERBEROS - -.if (${KERBEROS5:L} == "yes") -CFLAGS+=-DENCRYPTION -DAUTHENTICATION -DKRB5 -DDES_ENCRYPTION -DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO} -LDADD+= -lkrb5 -lasn1 -lcrypto -LDADD+= -lwind -lroken -lcom_err -lheimbase -SRCS+= kerberos5.c enc_des.c -.endif .include