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