]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.sbin/pmccontrol/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.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 WARNS?= 6
12
13 SRCS=   pmccontrol.c
14
15 .include <bsd.prog.mk>