summaryrefslogtreecommitdiff
path: root/kerberos5/libexec/hprop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kerberos5/libexec/hprop/Makefile')
-rw-r--r--kerberos5/libexec/hprop/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/kerberos5/libexec/hprop/Makefile b/kerberos5/libexec/hprop/Makefile
index eecbe84d0c18f..a49f27bd21418 100644
--- a/kerberos5/libexec/hprop/Makefile
+++ b/kerberos5/libexec/hprop/Makefile
@@ -12,8 +12,7 @@ CFLAGS+= -I${KRB5DIR}/include \
-I${ASN1OBJDIR} \
-I${HDBOBJDIR} \
-I${.OBJDIR}
-.if defined(MAKE_KERBEROS4) && \
- (${MAKE_KERBEROS4} == "YES" || ${MAKE_KERBEROS4} == "yes")
+.if defined(MAKE_KERBEROS4)
_krb4libs= -lkrb -lkafs -lkdb
_krb4deps= ${LIBKRB} ${LIBKAFS} ${LIBKDB}
.endif