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

PROG=	mount_ntfs
SRCS=	mount_ntfs.c getmntopts.c
MAN8=	mount_ntfs.8

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

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