1PACKAGE=examples 2FILESDIR=${SHAREDIR}/examples/hwpmc 3PROG= overhead 4LDFLAGS+= -lpmc 5MAN= 6 7install: 8 9.include <bsd.prog.mk> 10