summaryrefslogtreecommitdiffstats
path: root/kerberos5/usr.bin/ksu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/usr.bin/ksu/Makefile')
-rw-r--r--kerberos5/usr.bin/ksu/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/kerberos5/usr.bin/ksu/Makefile b/kerberos5/usr.bin/ksu/Makefile
index 0ec6314..a9303ef 100644
--- a/kerberos5/usr.bin/ksu/Makefile
+++ b/kerberos5/usr.bin/ksu/Makefile
@@ -11,8 +11,7 @@ CFLAGS+= -I${KRB5DIR}/include \
-I${ASN1OBJDIR} \
-I${.OBJDIR}
NOMAN= true
-.if defined(MAKE_KERBEROS4) && \
- (${MAKE_KERBEROS4} == "YES" || ${MAKE_KERBEROS4} == "yes")
+.if defined(MAKE_KERBEROS4)
_krb4libs= -L${KAFS5OBJDIR} -lkafs -lkrb -lkafs5
_krb4deps= ${LIBKAFS5} ${LIBKRB} ${LIBKAFS}
.endif
OpenPOWER on IntegriCloud