Makefile revision 74531
1#
2# $FreeBSD: head/sbin/mount_ntfs/Makefile 74531 2001-03-20 18:13:31Z ru $
3#
4
5PROG=	mount_ntfs
6SRCS=	mount_ntfs.c getmntopts.c
7
8MOUNT=	${.CURDIR}/../mount
9CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
10.PATH:	${MOUNT}
11
12.include <bsd.prog.mk>
13