Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/fvdl-softdep]: src/sbin/mount Add CPPFLAGS+=-I${.CURDIR}/../../sys for c...
details: https://anonhg.NetBSD.org/src/rev/c5a5b7a3d683
branches: fvdl-softdep
changeset: 477507:c5a5b7a3d683
user: fvdl <fvdl%NetBSD.org@localhost>
date: Tue Oct 19 20:04:03 1999 +0000
description:
Add CPPFLAGS+=-I${.CURDIR}/../../sys for convenience.
diffstat:
sbin/mount/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (15 lines):
diff -r 2f4208055c88 -r c5a5b7a3d683 sbin/mount/Makefile
--- a/sbin/mount/Makefile Tue Oct 19 20:03:26 1999 +0000
+++ b/sbin/mount/Makefile Tue Oct 19 20:04:03 1999 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.14 1997/09/16 12:22:39 lukem Exp $
+# $NetBSD: Makefile,v 1.14.6.1 1999/10/19 20:04:03 fvdl Exp $
# @(#)Makefile 8.6 (Berkeley) 5/8/95
PROG= mount
MAN= mount.8
SRCS= mount.c vfslist.c
+CPPFLAGS+=-I${.CURDIR}/../../sys
# We do NOT install the getmntopts.3 man page.
# getmntopts.c in this directory isn't used by mount anymore, but it
# is used by other mount programs which use .PATH directives to use
Home |
Main Index |
Thread Index |
Old Index