Link with libutil for kerberos too

This commit is contained in:
Adam David 1996-01-03 11:37:46 +00:00
parent 5d9b3722cd
commit 2cf2990bee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13188
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ LDADD+= -lutil
|| defined(MAKE_EBONES))
CFLAGS+=-DKERBEROS
DPADD= ${LIBKRB} ${LIBDES}
LDADD= -lkrb -ldes
LDADD+= -lkrb -ldes
DISTRIBUTION= krb
.endif

View File

@ -10,7 +10,7 @@ LDADD+= -lutil
|| defined(MAKE_EBONES))
CFLAGS+=-DKERBEROS
DPADD= ${LIBKRB} ${LIBDES}
LDADD= -lkrb -ldes
LDADD+= -lkrb -ldes
DISTRIBUTION= krb
.endif