diff options
author | markm <markm@FreeBSD.org> | 2001-04-28 13:44:14 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-04-28 13:44:14 +0000 |
commit | b28ae3ab9a8cd9bd9eba441eebab57fc408835fe (patch) | |
tree | 94e9194dc3b90bbfb20ef3ea378ae8840168328f /usr.bin/su | |
parent | 200ed6ce48356593f287cfda4d3e46f4eb0c00b2 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | usr.bin/su/Makefile | 7 |
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 |