diff options
| author | Mark Murray <markm@FreeBSD.org> | 1999-09-19 22:32:09 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1999-09-19 22:32:09 +0000 |
| commit | 38efe8d18ca215ce1a01f640bb94747d7409de45 (patch) | |
| tree | 00f4eecf703ad1fb2e5908c87d5691ae0692e7b4 | |
| parent | df3819c1b49e5eb1fc34b55a27c54b265e2f9d29 (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cvs/cvs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile index 824112cb3e53e..94a456ee96046 100644 --- a/gnu/usr.bin/cvs/cvs/Makefile +++ b/gnu/usr.bin/cvs/cvs/Makefile @@ -30,7 +30,7 @@ LDADD+= ${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz CFLAGS+=-DHAVE_KERBEROS -DHAVE_KRB_GET_ERR_TEXT LDADD+= -lkrb -ldes -lcom_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 # the public freebsd stuff, but others might want it. It's an optional # feature anyway, the -x switch is needed to activate it. |
