Makefile revision 1.1
1#
2#	Id: Makefile,v 1.1.1.1 1999/02/03 03:51:19 semenu 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