Makefile revision 1.3
1#	$NetBSD: Makefile,v 1.3 1999/05/17 16:44:53 kleink Exp $
2#
3#	Id: Makefile,v 1.1.1.1 1999/02/03 03:51:19 semenu Exp 
4#
5
6PROG=	mount_ntfs
7SRCS=	mount_ntfs.c getmntopts.c
8MAN=	mount_ntfs.8
9
10MOUNT=	${.CURDIR}/../mount
11CPPFLAGS+= -I${MOUNT}
12.PATH:	${MOUNT}
13
14.include <bsd.prog.mk>
15