diff options
| author | Mark Murray <markm@FreeBSD.org> | 1999-09-05 14:07:40 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1999-09-05 14:07:40 +0000 |
| commit | 63b51f8be40dc66c6174c5712926ffd8376fab26 (patch) | |
| tree | bd17dbcf3d854e7a38ff8c552bb70114e9da7fc9 /gnu | |
| parent | c08e808e2acf167b6967689ad1bd9326d1dc59c0 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cvs/cvs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile index b8f171bba8c6e..824112cb3e53e 100644 --- a/gnu/usr.bin/cvs/cvs/Makefile +++ b/gnu/usr.bin/cvs/cvs/Makefile @@ -28,8 +28,8 @@ LDADD+= ${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz .if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4) CFLAGS+=-DHAVE_KERBEROS -DHAVE_KRB_GET_ERR_TEXT -LDADD+= -lkrb -ldes -DPADD+= ${LIBKRB} ${LIBDES} +LDADD+= -lkrb -ldes -lcom_err +DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR} DISTRIBUTION= krb # 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 |
