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