Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_ntfs Use the system search path for ntfs headers.
details: https://anonhg.NetBSD.org/src/rev/ed8587ac619c
branches: trunk
changeset: 473028:ed8587ac619c
user: kleink <kleink%NetBSD.org@localhost>
date: Mon May 17 16:44:53 1999 +0000
description:
Use the system search path for ntfs headers.
diffstat:
sbin/mount_ntfs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 83d81fa8c057 -r ed8587ac619c sbin/mount_ntfs/Makefile
--- a/sbin/mount_ntfs/Makefile Mon May 17 16:41:48 1999 +0000
+++ b/sbin/mount_ntfs/Makefile Mon May 17 16:44:53 1999 +0000
@@ -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 @@
MAN= mount_ntfs.8
MOUNT= ${.CURDIR}/../mount
-CPPFLAGS+= -I${.CURDIR}/../../sys -I${MOUNT}
+CPPFLAGS+= -I${MOUNT}
.PATH: ${MOUNT}
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index