Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sbin/mount_msdos pullup 1.14, approved by thorpej
details: https://anonhg.NetBSD.org/src/rev/432e5eabc46f
branches: netbsd-1-5
changeset: 489112:432e5eabc46f
user: deberg <deberg%NetBSD.org@localhost>
date: Mon Aug 14 21:23:52 2000 +0000
description:
pullup 1.14, approved by thorpej
use CURDIR where appropriate
diffstat:
sbin/mount_msdos/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 94304370ade9 -r 432e5eabc46f sbin/mount_msdos/Makefile
--- a/sbin/mount_msdos/Makefile Mon Aug 14 21:11:00 2000 +0000
+++ b/sbin/mount_msdos/Makefile Mon Aug 14 21:23:52 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.13 1998/03/01 02:20:45 fvdl Exp $
+# $NetBSD: Makefile,v 1.13.10.1 2000/08/14 21:23:52 deberg Exp $
PROG= mount_msdos
SRCS= mount_msdos.c getmntopts.c
MAN= mount_msdos.8
MOUNT= ${.CURDIR}/../mount
-CPPFLAGS+= -I${MOUNT} -I../../sys
+CPPFLAGS+= -I${MOUNT} -I${.CURDIR}/../../sys
.PATH: ${MOUNT}
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index