]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.sbin/pmccontrol/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / usr.sbin / pmccontrol / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 PROG=   pmccontrol
6 MAN=    pmccontrol.8
7
8 DPADD=  ${LIBPMC}
9 LDADD=  -lpmc
10
11 SRCS=   pmccontrol.c
12
13 .include <bsd.prog.mk>