1#
2# $FreeBSD$
3#
4
5PROG_CXX=	pmccontrol
6MAN=	pmccontrol.8
7
8LIBADD+=	pmc
9
10SRCS=	pmccontrol.c
11
12.include <bsd.prog.mk>
13