summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mount_smbfs
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2005-05-04 15:05:46 +0000
committertakawata <takawata@FreeBSD.org>2005-05-04 15:05:46 +0000
commita61ec3d8166cdedc2125146e2644135d395e23d0 (patch)
tree216a2f442d29ae72f28b9372fd875634a1915745 /usr.sbin/mount_smbfs
parentad22e93c3e76a385b3c7daf033526a631da450d2 (diff)
downloadFreeBSD-src-a61ec3d8166cdedc2125146e2644135d395e23d0.zip
FreeBSD-src-a61ec3d8166cdedc2125146e2644135d395e23d0.tar.gz
Make smbfs capable to use 16bit char set in filenames.
PR:78110
Diffstat (limited to 'usr.sbin/mount_smbfs')
-rw-r--r--usr.sbin/mount_smbfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/mount_smbfs/Makefile b/usr.sbin/mount_smbfs/Makefile
index 9bbe0a4..e60f6b2 100644
--- a/usr.sbin/mount_smbfs/Makefile
+++ b/usr.sbin/mount_smbfs/Makefile
@@ -9,8 +9,8 @@ MOUNTDIR= ${.CURDIR}/../../sbin/mount
CONTRIBDIR= ${.CURDIR}/../../contrib/smbfs
CFLAGS+= -DSMBFS -I${MOUNTDIR} -I${CONTRIBDIR}/include
-LDADD= -lsmb
-DPADD= ${LIBSMB}
+LDADD= -lsmb -lkiconv
+DPADD= ${LIBSMB} ${LIBKICONV}
# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv (see the -E option).
OpenPOWER on IntegriCloud