summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cpucontrol/Makefile
diff options
context:
space:
mode:
authorfabient <fabient@FreeBSD.org>2011-12-12 12:30:44 +0000
committerfabient <fabient@FreeBSD.org>2011-12-12 12:30:44 +0000
commit936e212e29c85f7a01317894be0eeca1caa61aab (patch)
tree030dbcba7a524a6b6f25f69ffbbb0dd5a4793107 /usr.sbin/cpucontrol/Makefile
parenta95b8e72c8b8615806e884acc5ccce614fae0370 (diff)
downloadFreeBSD-src-936e212e29c85f7a01317894be0eeca1caa61aab.zip
FreeBSD-src-936e212e29c85f7a01317894be0eeca1caa61aab.tar.gz
Add VIA microde update support to cpuctl(4) and cpucontrol(8).
Support have been tested with X2 CPU and QuadCore CPU. MFC after: 1 month
Diffstat (limited to 'usr.sbin/cpucontrol/Makefile')
-rw-r--r--usr.sbin/cpucontrol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cpucontrol/Makefile b/usr.sbin/cpucontrol/Makefile
index a048dd7..759e13d 100644
--- a/usr.sbin/cpucontrol/Makefile
+++ b/usr.sbin/cpucontrol/Makefile
@@ -2,6 +2,6 @@
PROG= cpucontrol
MAN= cpucontrol.8
-SRCS= cpucontrol.c intel.c amd.c
+SRCS= cpucontrol.c intel.c amd.c via.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud