aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_ntfs/Makefile
blob: 15615b0d11a42f296537838eaad1bcfd0f9e7d68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# $FreeBSD: src/sbin/mount_ntfs/Makefile,v 1.10.20.1 2009/04/15 03:14:26 kensmith Exp $
#

PROG=	mount_ntfs
SRCS=	mount_ntfs.c getmntopts.c
MAN=	mount_ntfs.8
DPADD=	${LIBKICONV}
LDADD=	-lkiconv

MOUNT=	${.CURDIR}/../mount
CFLAGS+=-I${MOUNT}
WARNS?=	0

# Needs to be dynamically linked for optional dlopen() access to
# userland libiconv
NO_SHARED?=	NO

.PATH:	${MOUNT}

.include <bsd.prog.mk>