diff options
| author | joerg <joerg@NetBSD.org> | 2011-04-10 16:47:04 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2011-04-10 16:47:04 +0000 |
| commit | fc1de7032700a076fe7a1dc0cc27a9faa6d8f60b (patch) | |
| tree | 734902512b0b24eebb5f13a605a6842413ed5c57 | |
| parent | fe8141d087c83aed6ce3c1c5fda3077f99855ede (diff) | |
Extend CPPFLAGS, don't replace it
| -rw-r--r-- | gnu/usr.bin/gdb6/gdb/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb6/gdbtui/Makefile | 4 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb6/libgdb/Makefile | 4 | ||||
| -rw-r--r-- | sbin/mount_ffs/Makefile | 4 | ||||
| -rw-r--r-- | sbin/mount_hfs/Makefile | 4 | ||||
| -rw-r--r-- | sbin/mount_nfs/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/gnu/usr.bin/gdb6/gdb/Makefile b/gnu/usr.bin/gdb6/gdb/Makefile index 51f8a468224..44320129246 100644 --- a/gnu/usr.bin/gdb6/gdb/Makefile +++ b/gnu/usr.bin/gdb6/gdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/02/03 15:34:39 roy Exp $ +# $NetBSD: Makefile,v 1.9 2011/04/10 16:47:04 joerg Exp $ .include "../Makefile.inc" @@ -10,7 +10,7 @@ DIST= ${TOP}/dist/gdb6 PROG= gdb SRCS= gdb.c -CPPFLAGS= -I${.CURDIR} \ +CPPFLAGS+= -I${.CURDIR} \ -I${.CURDIR}/../arch/${MACHINE_ARCH} \ -I${DIST}/gdb \ -I${DIST}/gdb/config \ diff --git a/gnu/usr.bin/gdb6/gdbtui/Makefile b/gnu/usr.bin/gdb6/gdbtui/Makefile index 0bea9d42066..e06340e1fa9 100644 --- a/gnu/usr.bin/gdb6/gdbtui/Makefile +++ b/gnu/usr.bin/gdb6/gdbtui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/03/27 19:46:57 mrg Exp $ +# $NetBSD: Makefile,v 1.6 2011/04/10 16:47:04 joerg Exp $ .include "../Makefile.inc" @@ -10,7 +10,7 @@ DIST= ${TOP}/dist/gdb6 PROG= gdbtui SRCS= tui-main.c -CPPFLAGS= -I${.CURDIR} \ +CPPFLAGS+= -I${.CURDIR} \ -I${.CURDIR}/../arch/${MACHINE_ARCH} \ -I${DIST}/gdb \ -I${DIST}/gdb/config \ diff --git a/gnu/usr.bin/gdb6/libgdb/Makefile b/gnu/usr.bin/gdb6/libgdb/Makefile index 4618f2eb4f9..14bfce8e9d4 100644 --- a/gnu/usr.bin/gdb6/libgdb/Makefile +++ b/gnu/usr.bin/gdb6/libgdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/02/18 22:27:51 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2011/04/10 16:47:04 joerg Exp $ .include <bsd.own.mk> @@ -14,7 +14,7 @@ DIST= ${NETBSDSRCDIR}/gnu/dist/gdb6 SRCS= ${G_LIBGDB_OBS:.o=.c} GCPPFLAGS= ${G_INTERNAL_CFLAGS} CPPFLAGS.bsd-kvm.c= -D_KMEMUSER -CPPFLAGS= -I${.CURDIR} \ +CPPFLAGS+= -I${.CURDIR} \ -I${.CURDIR}/../arch/${MACHINE_ARCH} \ -I${DIST}/gdb \ -I${DIST}/gdb/config \ diff --git a/sbin/mount_ffs/Makefile b/sbin/mount_ffs/Makefile index f573baad91e..bff772d6898 100644 --- a/sbin/mount_ffs/Makefile +++ b/sbin/mount_ffs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/08/05 20:57:45 pooka Exp $ +# $NetBSD: Makefile,v 1.10 2011/04/10 16:47:05 joerg Exp $ .include <bsd.own.mk> @@ -10,7 +10,7 @@ MLINKS= mount_ffs.8 mount_ufs.8 LINKS= ${BINDIR}/mount_ffs ${BINDIR}/mount_ufs MOUNT= ${NETBSDSRCDIR}/sbin/mount -CPPFLAGS=-I${MOUNT} +CPPFLAGS+=-I${MOUNT} .PATH: ${MOUNT} DPADD+=${LIBUTIL} diff --git a/sbin/mount_hfs/Makefile b/sbin/mount_hfs/Makefile index 5f657d13d83..a04abac82d6 100644 --- a/sbin/mount_hfs/Makefile +++ b/sbin/mount_hfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/08/05 20:57:45 pooka Exp $ +# $NetBSD: Makefile,v 1.4 2011/04/10 16:47:05 joerg Exp $ .include <bsd.own.mk> @@ -7,7 +7,7 @@ SRCS= mount_hfs.c pathadj.c MAN= mount_hfs.8 MOUNT= ${NETBSDSRCDIR}/sbin/mount -CPPFLAGS=-I${MOUNT} +CPPFLAGS+=-I${MOUNT} .PATH: ${MOUNT} DPADD+=${LIBUTIL} diff --git a/sbin/mount_nfs/Makefile b/sbin/mount_nfs/Makefile index 7dcfe197ef3..13bb5a91090 100644 --- a/sbin/mount_nfs/Makefile +++ b/sbin/mount_nfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2010/03/05 19:53:37 pooka Exp $ +# $NetBSD: Makefile,v 1.24 2011/04/10 16:47:05 joerg Exp $ # @(#)Makefile 8.2 (Berkeley) 3/27/94 .include <bsd.own.mk> @@ -9,7 +9,7 @@ SRCS= mount_nfs.c pathadj.c MAN= mount_nfs.8 MOUNT= ${NETBSDSRCDIR}/sbin/mount -CPPFLAGS=-I${MOUNT} +CPPFLAGS+=-I${MOUNT} .PATH: ${MOUNT} .ifndef SMALLPROG |
