759fcdbf3cd72233872d7765c421a12cfdca3bc2
[dragonfly.git] / sbin / mount_ntfs / Makefile
1 #
2 # $FreeBSD: src/sbin/mount_ntfs/Makefile,v 1.2.2.2 2001/10/12 22:08:43 semenu Exp $
3 # $DragonFly: src/sbin/mount_ntfs/Makefile,v 1.3 2005/04/03 15:52:40 joerg Exp $
4 #
5
6 PROG=   mount_ntfs
7 SRCS=   mount_ntfs.c getmntopts.c
8 MAN=    mount_ntfs.8
9 DPADD=  ${LIBUTIL}
10 LDADD=  -lutil
11 WARNS?= 6
12
13 MOUNT=  ${.CURDIR}/../mount
14 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
15 .PATH:  ${MOUNT}
16
17 .include <bsd.prog.mk>