]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/examples/hwpmc/Makefile
Merge OpenSSL 1.0.2d.
[FreeBSD/FreeBSD.git] / share / examples / hwpmc / Makefile
1 # $FreeBSD$
2
3 PROG=   overhead
4 LDFLAGS+= -lpmc
5 MAN=
6
7 install:
8
9 .include <bsd.prog.mk>