summaryrefslogtreecommitdiffstats
path: root/kerberos5/libexec/hprop
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-03-23 14:56:47 +0000
committermarkm <markm@FreeBSD.org>2000-03-23 14:56:47 +0000
commitc1ba294b4dc4c06a5a3eb30dd42de5407256f522 (patch)
tree83d68d7658e08e3e7d56dae4e21c5e4c788457a8 /kerberos5/libexec/hprop
parenta0e94fcb09894a5e29c41807097db8dda464c432 (diff)
downloadFreeBSD-src-c1ba294b4dc4c06a5a3eb30dd42de5407256f522.zip
FreeBSD-src-c1ba294b4dc4c06a5a3eb30dd42de5407256f522.tar.gz
Properly separate the K5-only buld from K4.
Submitted by: sheldonh
Diffstat (limited to 'kerberos5/libexec/hprop')
-rw-r--r--kerberos5/libexec/hprop/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/kerberos5/libexec/hprop/Makefile b/kerberos5/libexec/hprop/Makefile
index 4a16d9d..3764002 100644
--- a/kerberos5/libexec/hprop/Makefile
+++ b/kerberos5/libexec/hprop/Makefile
@@ -12,7 +12,8 @@ CFLAGS+= -I${KRB5DIR}/include \
-I${ASN1OBJDIR} \
-I${HDBOBJDIR} \
-I${.OBJDIR}
-.if defined(MAKE_KERBEROS4)
+.if defined(MAKE_KERBEROS4) && \
+ (${MAKE_KERBEROS4} == "YES" || ${MAKE_KERBEROS4} == "yes")
_krb4libs= -lkrb -lkafs -lkdb
_krb4deps= ${LIBKRB} ${LIBKAFS} ${LIBKDB}
.endif
OpenPOWER on IntegriCloud