diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-18 13:41:42 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-05-18 13:41:42 +0000 |
commit | 3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a (patch) | |
tree | 5b1dc1e532e934b276fd511ffae55c4c153de5ec /sbin/mount_ntfs | |
parent | 6555ad204ef212c2b284c3e989a5725cfea7e5fe (diff) | |
download | src-test2-3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a.tar.gz src-test2-3ab9a9d0e0ebfa0140abae7977b0585efcfaba5a.zip |
Notes
Diffstat (limited to 'sbin/mount_ntfs')
-rw-r--r-- | sbin/mount_ntfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_ntfs/Makefile b/sbin/mount_ntfs/Makefile index c45b7d97bba6..042c5e5d2c01 100644 --- a/sbin/mount_ntfs/Makefile +++ b/sbin/mount_ntfs/Makefile @@ -7,7 +7,7 @@ SRCS= mount_ntfs.c getmntopts.c MAN= mount_ntfs.8 MOUNT= ${.CURDIR}/../mount -CFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT} +CFLAGS+=-I${MOUNT} .PATH: ${MOUNT} .include <bsd.prog.mk> |