Link with "libdes" if Kerberos IV support is enabled.

This commit is contained in:
tron 2003-07-24 16:06:45 +00:00
parent 1fd6b422b9
commit b2df6d93aa
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.29 2003/07/23 08:01:37 itojun Exp $
# $NetBSD: Makefile,v 1.30 2003/07/24 16:06:45 tron Exp $
# from: @(#)Makefile 8.1 (Berkeley) 7/19/93
.include <bsd.own.mk>
@ -34,7 +34,7 @@ LDADD+= -lkrb5 -lasn1
.if (${USE_KERBEROS4} != "no")
CPPFLAGS+=-DKERBEROS -I${DESTDIR}/usr/include/kerberosIV
DPADD+= ${LIBKRB}
LDADD+= -lkrb
LDADD+= -lkrb -ldes
.endif
DPADD+= ${LIBCRYPTO} ${LIBROKEN} ${LIBCOM_ERR}