Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/alpha/stand -I goes in CPPFLAGS, not CFLAGS



details:   https://anonhg.NetBSD.org/src/rev/e2759505769b
branches:  netbsd-1-4
changeset: 468060:e2759505769b
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Apr 05 03:42:51 1999 +0000

description:
-I goes in CPPFLAGS, not CFLAGS

diffstat:

 sys/arch/alpha/stand/Makefile.inc |  11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 17bba6cca78d -r e2759505769b sys/arch/alpha/stand/Makefile.inc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/alpha/stand/Makefile.inc Mon Apr 05 03:42:51 1999 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile.inc,v 1.15.2.2 1999/04/05 03:42:51 cgd Exp $
+
+.include <bsd.own.mk>
+
+BINDIR=                        /usr/mdec
+WARNS?=                        1
+
+MKMAN=                 no
+
+CPPFLAGS+=             -I${.CURDIR}/../..
+LDSTATIC?=             -static



Home | Main Index | Thread Index | Old Index