diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-04-19 14:43:59 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2005-04-19 14:43:59 +0000 |
commit | 90f629a16a460e1fbcd9b2f9e9833067b5ee07c9 (patch) | |
tree | 4e5a7530763e0b572eda5815ab6a2cbe67ff681e | |
parent | 92b6f7be5a56f6b9d79ddbb9ae594961af517516 (diff) | |
download | src-test2-90f629a16a460e1fbcd9b2f9e9833067b5ee07c9.tar.gz src-test2-90f629a16a460e1fbcd9b2f9e9833067b5ee07c9.zip |
Notes
-rw-r--r-- | lib/libpmc/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/pmccontrol/Makefile | 4 |
2 files changed, 1 insertions, 5 deletions
diff --git a/lib/libpmc/Makefile b/lib/libpmc/Makefile index c6857dac279f..39f6198a5eb0 100644 --- a/lib/libpmc/Makefile +++ b/lib/libpmc/Makefile @@ -5,8 +5,6 @@ LIB= pmc SRCS= libpmc.c INCS= pmc.h -CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../../sys - WARNS?= 6 MAN= pmc.3 diff --git a/usr.sbin/pmccontrol/Makefile b/usr.sbin/pmccontrol/Makefile index 851b1c70cbc8..9dafe1c3fbd5 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 |