diff options
Diffstat (limited to 'usr.sbin/pmccontrol/Makefile')
-rw-r--r-- | usr.sbin/pmccontrol/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/pmccontrol/Makefile b/usr.sbin/pmccontrol/Makefile index 9dafe1c3fbd5..0f6dc768d8eb 100644 --- a/usr.sbin/pmccontrol/Makefile +++ b/usr.sbin/pmccontrol/Makefile @@ -8,8 +8,6 @@ MAN= pmccontrol.8 DPADD= ${LIBPMC} LDADD= -lpmc -WARNS?= 6 - SRCS= pmccontrol.c .include <bsd.prog.mk> |