From 8c98d68610fb0ec072a45372df6fae9ec3afd215 Mon Sep 17 00:00:00 2001 From: semenu Date: Sat, 8 Sep 2001 23:03:52 +0000 Subject: Stole unicode translation table from mount_msdos. Add kernel code to support this translation. MFC after: 2 weeks --- sbin/mount_ntfs/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/mount_ntfs/Makefile') diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile index 042c5e5..369d255 100644 --- a/sbin/mount_ntfs/Makefile +++ b/sbin/mount_ntfs/Makefile @@ -5,6 +5,8 @@ PROG= mount_ntfs SRCS= mount_ntfs.c getmntopts.c MAN= mount_ntfs.8 +DPADD= ${LIBUTIL} +LDADD= -lutil MOUNT= ${.CURDIR}/../mount CFLAGS+=-I${MOUNT} -- cgit v1.1