# $FreeBSD$ MOUNT = ${BSDSRCTOP}/sbin/mount .PATH: ${MOUNT} PROG = mount_ntfs SRCS = \ getmntopts.c \ mount_ntfs.c WARNS ?= 0 CFLAGS += -I${MOUNT} LDADD = -lkiconv .include