summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/passwd/Makefile12
-rw-r--r--usr.bin/telnet/Makefile12
2 files changed, 2 insertions, 22 deletions
diff --git a/usr.bin/passwd/Makefile b/usr.bin/passwd/Makefile
index 1cdc9779fcf..e73d0478afd 100644
--- a/usr.bin/passwd/Makefile
+++ b/usr.bin/passwd/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.37 2014/04/15 20:55:42 miod Exp $
+# $OpenBSD: Makefile,v 1.38 2014/04/22 10:21:56 reyk Exp $
.include <bsd.own.mk>
@@ -15,16 +15,6 @@ CFLAGS+=-I${.CURDIR}/../../lib/libc/include
CFLAGS+=-DYP -I${.CURDIR}/../../lib/libc/yp
.endif
-.include <bsd.own.mk> # For Kerberos
-
-.if (${KERBEROS5:L} == "yes")
-SRCS+= krb5_passwd.c
-CFLAGS+= -DKRB5
-DPADD+= ${LIBKRB5} ${LIBASN1} ${LIBCRYPTO}
-LDADD+= -lkrb5 -lasn1 -lcrypto
-LDADD+= -lwind -lroken -lcom_err -lheimbase
-.endif
-
BINMODE=4555
BINOWN=root
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile
index a3f1d4a7a7f..22fd93bcc0b 100644
--- a/usr.bin/telnet/Makefile
+++ b/usr.bin/telnet/Makefile
@@ -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.
@@ -41,14 +41,4 @@ 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 <bsd.own.mk> # 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 <bsd.prog.mk>