xref: /freebsd-12.1/share/examples/hwpmc/Makefile (revision a5921bc3)
1# $FreeBSD$
2
3PACKAGE=examples
4FILESDIR=${SHAREDIR}/examples/hwpmc
5PROG=	overhead
6LDFLAGS+= -lpmc
7MAN=
8
9install:
10
11.include <bsd.prog.mk>
12