Makefile revision 43549
1#
2#	$Id: Makefile,v 1.2 1999/01/30 05:06:53 semen Exp $
3#
4
5PROG=	mount_ntfs
6SRCS=	mount_ntfs.c getmntopts.c
7MAN8=	mount_ntfs.8
8
9MOUNT=	${.CURDIR}/../mount
10CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
11.PATH:	${MOUNT}
12
13.include <bsd.prog.mk>
14