summaryrefslogtreecommitdiffstats
path: root/sbin/mount_ntfs/Makefile
blob: ba8005b20c079d94e8481a060b4203bf0ec73681 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
#	$Id: Makefile,v 1.2 1999/01/30 05:06:53 semen Exp $
#

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