From f04a49628e176be6b1453b7d1d4a6d7b880ee64f Mon Sep 17 00:00:00 2001 From: brooks Date: Tue, 28 Aug 2012 14:20:41 +0000 Subject: Don't overwrite the global default CFLAGS when setting include paths. MFC after: 3 days --- sbin/gvinum/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/gvinum') diff --git a/sbin/gvinum/Makefile b/sbin/gvinum/Makefile index 8cccf56..c9716e9 100644 --- a/sbin/gvinum/Makefile +++ b/sbin/gvinum/Makefile @@ -5,7 +5,7 @@ SRCS= gvinum.c gvinum.h geom_vinum_share.c MAN= gvinum.8 WARNS?= 2 -CFLAGS= -I${.CURDIR}/../../sys -I${DESTDIR}/${INCLUDEDIR}/edit +CFLAGS+= -I${.CURDIR}/../../sys -I${DESTDIR}/${INCLUDEDIR}/edit DPADD= ${LIBEDIT} ${LIBTERMCAP} ${LIBDEVSTAT} ${LIBKVM} ${LIBGEOM} LDADD= -ledit -ltermcap -ldevstat -lkvm -lgeom -- cgit v1.1