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

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

MOUNT=	${.CURDIR}/../mount
CFLAGS+=-I${MOUNT}
.PATH:	${MOUNT}

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