Initial import from FreeBSD RELENG_4:
[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 #
4
5 PROG=   mount_ntfs
6 SRCS=   mount_ntfs.c getmntopts.c
7 MAN=    mount_ntfs.8
8 DPADD=  ${LIBUTIL}
9 LDADD=  -lutil
10
11 MOUNT=  ${.CURDIR}/../mount
12 CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
13 .PATH:  ${MOUNT}
14
15 .include <bsd.prog.mk>