summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pmccontrol
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>2005-04-19 14:43:59 +0000
committerjkoshy <jkoshy@FreeBSD.org>2005-04-19 14:43:59 +0000
commit0e598d84b7317687681351f482fc48c3260ac51b (patch)
tree4e5a7530763e0b572eda5815ab6a2cbe67ff681e /usr.sbin/pmccontrol
parent9af2b4271232977fe523e77ee8fd7b200a23e98f (diff)
downloadFreeBSD-src-0e598d84b7317687681351f482fc48c3260ac51b.zip
FreeBSD-src-0e598d84b7317687681351f482fc48c3260ac51b.tar.gz
Remove superfluous CFLAGS lines. Use the conditional '?=' construct
for WARNS lines. Submitted by: ru
Diffstat (limited to 'usr.sbin/pmccontrol')
-rw-r--r--usr.sbin/pmccontrol/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/pmccontrol/Makefile b/usr.sbin/pmccontrol/Makefile
index 851b1c7..9dafe1c 100644
--- a/usr.sbin/pmccontrol/Makefile
+++ b/usr.sbin/pmccontrol/Makefile
@@ -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
OpenPOWER on IntegriCloud