summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ntfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_ntfs/Makefile')
-rw-r--r--sbin/mount_ntfs/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile
index 24b6864..5a30110 100644
--- a/sbin/mount_ntfs/Makefile
+++ b/sbin/mount_ntfs/Makefile
@@ -5,13 +5,17 @@
PROG= mount_ntfs
SRCS= mount_ntfs.c getmntopts.c
MAN= mount_ntfs.8
-DPADD= ${LIBUTIL}
-LDADD= -lutil
+DPADD= ${LIBKICONV}
+LDADD= -lkiconv
MOUNT= ${.CURDIR}/../mount
CFLAGS+=-I${MOUNT}
WARNS= 0
+# Needs to be dynamically linked for optional dlopen() access to
+# userland libiconv
+NOSHARED?= NO
+
.PATH: ${MOUNT}
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud