mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Don't overwrite the global default CFLAGS when setting include paths.
MFC after: 3 days
This commit is contained in:
parent
d7f8f1facd
commit
447e5996dd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=239781
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user