summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ntfs/Makefile
blob: 24b6864cff8d230d2c34630760acbba4830a4bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# $FreeBSD$
#

PROG=	mount_ntfs
SRCS=	mount_ntfs.c getmntopts.c
MAN=	mount_ntfs.8
DPADD=	${LIBUTIL}
LDADD=	-lutil

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

.PATH:	${MOUNT}

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