1# 2# 3 4PROG_CXX= pmccontrol 5MAN= pmccontrol.8 6 7LIBADD+= pmc 8 9SRCS= pmccontrol.c 10 11.include <bsd.prog.mk> 12