summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>1999-09-05 14:07:40 +0000
committermarkm <markm@FreeBSD.org>1999-09-05 14:07:40 +0000
commitf376ecbba119b3e10ab39b0840c66070c68c7469 (patch)
tree606dd32c45b83068d7dce1c36fe156f7a792b154 /gnu
parentc26ce778a8938978b76b84e855fc00f5caadbfb9 (diff)
downloadFreeBSD-src-f376ecbba119b3e10ab39b0840c66070c68c7469.zip
FreeBSD-src-f376ecbba119b3e10ab39b0840c66070c68c7469.tar.gz
Fix for new Common Error system.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cvs/cvs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cvs/cvs/Makefile b/gnu/usr.bin/cvs/cvs/Makefile
index b8f171b..824112c 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
OpenPOWER on IntegriCloud