Use the system search path for ntfs headers.
This commit is contained in:
parent
2239a48b22
commit
7d4047e4bc
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 1999/05/06 16:08:54 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.3 1999/05/17 16:44:53 kleink Exp $
|
||||
#
|
||||
# Id: Makefile,v 1.1.1.1 1999/02/03 03:51:19 semenu Exp
|
||||
#
|
||||
|
@ -8,7 +8,7 @@ SRCS= mount_ntfs.c getmntopts.c
|
|||
MAN= mount_ntfs.8
|
||||
|
||||
MOUNT= ${.CURDIR}/../mount
|
||||
CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
|
||||
CPPFLAGS+= -I${MOUNT}
|
||||
.PATH: ${MOUNT}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
Loading…
Reference in New Issue