1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

Remove superfluous CFLAGS lines. Use the conditional '?=' construct

for WARNS lines.

Submitted by:	ru
This commit is contained in:
Joseph Koshy 2005-04-19 14:43:59 +00:00
parent 92b6f7be5a
commit 90f629a16a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=145280
2 changed files with 1 additions and 5 deletions

View File

@ -5,8 +5,6 @@ LIB= pmc
SRCS= libpmc.c
INCS= pmc.h
CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys
WARNS?= 6
MAN= pmc.3

View File

@ -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