Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/fvdl-softdep]: src/sbin/tunefs Add CPPFLAGS+=-I${.CURDIR}/../../sys for ...
details: https://anonhg.NetBSD.org/src/rev/628e4a1602fd
branches: fvdl-softdep
changeset: 477505:628e4a1602fd
user: fvdl <fvdl%NetBSD.org@localhost>
date: Tue Oct 19 20:01:06 1999 +0000
description:
Add CPPFLAGS+=-I${.CURDIR}/../../sys for convenience. This should be
reverted before the branch is merged with the trunk.
diffstat:
sbin/tunefs/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r e20316bf7e17 -r 628e4a1602fd sbin/tunefs/Makefile
--- a/sbin/tunefs/Makefile Tue Oct 19 16:12:09 1999 +0000
+++ b/sbin/tunefs/Makefile Tue Oct 19 20:01:06 1999 +0000
@@ -1,9 +1,13 @@
-# $NetBSD: Makefile,v 1.9 1999/01/15 13:32:06 bouyer Exp $
+# $NetBSD: Makefile,v 1.9.4.1 1999/10/19 20:01:06 fvdl Exp $
# @(#)Makefile 8.1 (Berkeley) 6/5/93
PROG= tunefs
MAN= tunefs.8
SRCS= tunefs.c ffs_bswap.c
+#
+# XXX should go away when brought into the mainline
+#
+CPPFLAGS+=-I${.CURDIR}/../../sys
.PATH: ${.CURDIR}/../../sys/ufs/ffs
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index