summaryrefslogtreecommitdiffstats
path: root/sbin/mount_msdosfs/Makefile
blob: 7fedb6818fab014a8db77351a121bb82699d95ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# $FreeBSD$
#

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

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

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

.PATH:	${MOUNT}

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud