mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-06 09:17:25 +00:00
Remove superfluous CFLAGS lines. Use the conditional '?=' construct
for WARNS lines. Submitted by: ru
This commit is contained in:
parent
92b6f7be5a
commit
90f629a16a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145280
@ -5,8 +5,6 @@ LIB= pmc
|
||||
SRCS= libpmc.c
|
||||
INCS= pmc.h
|
||||
|
||||
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
|
||||
|
||||
WARNS?= 6
|
||||
|
||||
MAN= pmc.3
|
||||
|
@ -8,9 +8,7 @@ MAN= pmccontrol.8
|
||||
DPADD= ${LIBPMC}
|
||||
LDADD= -lpmc
|
||||
|
||||
WARNS= 6
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../sys -I${.CURDIR}/../../lib/libpmc
|
||||
WARNS?= 6
|
||||
|
||||
SRCS= pmccontrol.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user