summaryrefslogtreecommitdiff
path: root/lib/libsmb
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-11-10 18:07:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-11-10 18:07:07 +0000
commite4a93f1ef876f7a0e59c722f9ac1fbbf77a66227 (patch)
treed3e7e373e1b02fdf2f14e66714105afabc05662e /lib/libsmb
parentc01611e4370dad4e4e53afe47364019fe569cc46 (diff)
downloadsrc-test-e4a93f1ef876f7a0e59c722f9ac1fbbf77a66227.tar.gz
src-test-e4a93f1ef876f7a0e59c722f9ac1fbbf77a66227.zip
Add missing shared library interdependencies.
Notes
Notes: svn path=/head/; revision=152285
Diffstat (limited to 'lib/libsmb')
-rw-r--r--lib/libsmb/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libsmb/Makefile b/lib/libsmb/Makefile
index 371b0454973f7..8d411404b3357 100644
--- a/lib/libsmb/Makefile
+++ b/lib/libsmb/Makefile
@@ -5,6 +5,8 @@ CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
LIB= smb
SHLIB_MAJOR= 2
+DPADD= ${LIBKICONV}
+LDADD= -lkiconv
NO_MAN=
SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \