]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/cpucontrol/Makefile
Merge from vendor/bind9/dist as of the 9.4.3 import
[FreeBSD/FreeBSD.git] / usr.sbin / cpucontrol / Makefile
1 # $FreeBSD$
2
3 PROG=   cpucontrol
4 MAN=    cpucontrol.8
5 SRCS=   cpucontrol.c intel.c amd.c
6
7 WARNS?= 6
8
9 .include <bsd.prog.mk>