Change distribution to krb4 in preparation for K5.

This commit is contained in:
markm 1999-09-19 22:32:09 +00:00
parent 759d820ee8
commit 0db4844a89

View File

@ -30,7 +30,7 @@ LDADD+= ${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz
CFLAGS+=-DHAVE_KERBEROS -DHAVE_KRB_GET_ERR_TEXT CFLAGS+=-DHAVE_KERBEROS -DHAVE_KRB_GET_ERR_TEXT
LDADD+= -lkrb -ldes -lcom_err LDADD+= -lkrb -ldes -lcom_err
DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR} DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
DISTRIBUTION= krb DISTRIBUTION= krb4
# XXX do we want to mess with this? It's probably not really worth it for # XXX do we want to mess with this? It's probably not really worth it for
# the public freebsd stuff, but others might want it. It's an optional # the public freebsd stuff, but others might want it. It's an optional
# feature anyway, the -x switch is needed to activate it. # feature anyway, the -x switch is needed to activate it.