Properly separate the K5-only buld from K4.

Submitted by:	sheldonh
This commit is contained in:
Mark Murray
2000-03-23 14:56:47 +00:00
parent 25435b71b6
commit 00ffb9a030
25 changed files with 62 additions and 25 deletions
+2 -1
View File
@@ -15,7 +15,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
_krb4deps= ${LIBKRB} ${LIBKAFS}
.endif