Makefile revision 50476
1#
2# $FreeBSD: head/sbin/mount_ntfs/Makefile 50476 1999-08-28 00:22:10Z peter $
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