diff options
Diffstat (limited to 'sbin/mount_ntfs/Makefile')
-rw-r--r-- | sbin/mount_ntfs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile index 6a42178b7518..78cde8c44c5d 100644 --- a/sbin/mount_ntfs/Makefile +++ b/sbin/mount_ntfs/Makefile @@ -4,7 +4,6 @@ PROG= mount_ntfs SRCS= mount_ntfs.c getmntopts.c -MAN8= mount_ntfs.8 MOUNT= ${.CURDIR}/../mount CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} |