summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2001-04-28 13:44:14 +0000
committermarkm <markm@FreeBSD.org>2001-04-28 13:44:14 +0000
commitb28ae3ab9a8cd9bd9eba441eebab57fc408835fe (patch)
tree94e9194dc3b90bbfb20ef3ea378ae8840168328f /usr.bin/su/Makefile
parent200ed6ce48356593f287cfda4d3e46f4eb0c00b2 (diff)
downloadFreeBSD-src-b28ae3ab9a8cd9bd9eba441eebab57fc408835fe.zip
FreeBSD-src-b28ae3ab9a8cd9bd9eba441eebab57fc408835fe.tar.gz
Dike out Kerberos(IV) support on the grounds that better kerberos
support can be gotten via PAM.
Diffstat (limited to 'usr.bin/su/Makefile')
-rw-r--r--usr.bin/su/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index c20800d..6908e37 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
OpenPOWER on IntegriCloud