summaryrefslogtreecommitdiffstats
path: root/usr.bin/su/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1997-09-28 09:02:16 +0000
committermarkm <markm@FreeBSD.org>1997-09-28 09:02:16 +0000
commit2f9637f84cec4162f38476a0e958b0b0e121a65b (patch)
tree702f7d366b08657487663b506241222080cdadab /usr.bin/su/Makefile
parent991f2e7747012b7a3ac9aaefb97e4ccbb4125789 (diff)
downloadFreeBSD-src-2f9637f84cec4162f38476a0e958b0b0e121a65b.zip
FreeBSD-src-2f9637f84cec4162f38476a0e958b0b0e121a65b.tar.gz
Changes for KTH KerberosIV.
Quieten -Wall a bit. From Joe Traister: The previous patch did not propogate the KRBTKFILE environment variable into the new environment when -l is given to su, making it impossible for kdestroy to find the ticket file. This patch corrects that problem as well as the original segfault problem. (Fixes PR 3903)
Diffstat (limited to 'usr.bin/su/Makefile')
-rw-r--r--usr.bin/su/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/su/Makefile b/usr.bin/su/Makefile
index 474a69e..ff98997 100644
--- a/usr.bin/su/Makefile
+++ b/usr.bin/su/Makefile
@@ -19,8 +19,8 @@ COPTS+= -DWHEELSU
.endif
CFLAGS+= -Wall
-.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
- || defined(MAKE_EBONES)) && !defined(LC_AUTH)
+.if exists(${DESTDIR}/usr/lib/libkrb.a) && defined(MAKE_KERBEROS4) \
+ && !defined(LC_AUTH)
CFLAGS+=-DKERBEROS
DPADD+= ${LIBKRB} ${LIBDES}
LDADD+= -lkrb -ldes
OpenPOWER on IntegriCloud