]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/examples/hwpmc/Makefile
MFV ntp 4.2.8p2 (r281348)
[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>