blob: 78cde8c44c5d838ab05b58c878404a60776d56d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# $FreeBSD$
#
PROG= mount_ntfs
SRCS= mount_ntfs.c getmntopts.c
MOUNT= ${.CURDIR}/../mount
CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>
|