Deleted Added
full compact
Makefile (269327) Makefile (299293)
1# $FreeBSD: head/share/examples/hwpmc/Makefile 269327 2014-07-31 09:18:15Z gnn $
1# $FreeBSD: head/share/examples/hwpmc/Makefile 299293 2016-05-10 00:51:50Z gjb $
2
2
3PACKAGE=examples
4FILESDIR=${SHAREDIR}/examples/hwpmc
3PROG= overhead
4LDFLAGS+= -lpmc
5MAN=
6
7install:
8
9.include <bsd.prog.mk>
5PROG= overhead
6LDFLAGS+= -lpmc
7MAN=
8
9install:
10
11.include <bsd.prog.mk>