xref
: /
freebsd
/
share
/
examples
/
hwpmc
/
Makefile
(revision ea43014585ec4131d1d7a7f027110f12781c99cc)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
PROG
=
overhead
4
LDFLAGS
+= -
lpmc
5
MAN
=
6
7
install
:
8
9
.
include
<
bsd.prog.mk
>
10