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