From 0e598d84b7317687681351f482fc48c3260ac51b Mon Sep 17 00:00:00 2001 From: jkoshy Date: Tue, 19 Apr 2005 14:43:59 +0000 Subject: Remove superfluous CFLAGS lines. Use the conditional '?=' construct for WARNS lines. Submitted by: ru --- usr.sbin/pmccontrol/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.sbin/pmccontrol') 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 -- cgit v1.1