From 42792ad958e9017d6c830870b8ec8530bffb4c2b Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sat, 28 Apr 2001 13:44:14 +0000 Subject: [PATCH] Dike out Kerberos(IV) support on the grounds that better kerberos support can be gotten via PAM. --- usr.bin/su/Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile index c20800da330c..6908e37cf275 100644 --- a/usr.bin/su/Makefile +++ b/usr.bin/su/Makefile @@ -22,13 +22,6 @@ COPTS+= -DWHEELSU .endif CFLAGS+= -Wall -.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) -CFLAGS+=-DKERBEROS -DPADD+= ${LIBKRB} ${LIBCRYPTO} ${LIBCOM_ERR} -LDADD+= -lkrb -lcrypto -lcom_err -DISTRIBUTION= krb4 -.endif - BINMODE=4555 INSTALLFLAGS=-fschg