summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cpucontrol
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2012-10-26 20:25:05 +0000
committereadler <eadler@FreeBSD.org>2012-10-26 20:25:05 +0000
commit9bbb110d67ed3e7e2ade8333b23ab6a024157ca6 (patch)
treec8aa8e6a2458fca76b583ef3f45a60ce4475d411 /usr.sbin/cpucontrol
parent1c02e94653db5a9d56e5b294d886466a94cdcd35 (diff)
downloadFreeBSD-src-9bbb110d67ed3e7e2ade8333b23ab6a024157ca6.zip
FreeBSD-src-9bbb110d67ed3e7e2ade8333b23ab6a024157ca6.tar.gz
While 'make universe' passed this didn't work with clang.
This reverts r242120 Submitted by: Jan Beich Approved by: cperciva (implicit)
Diffstat (limited to 'usr.sbin/cpucontrol')
-rw-r--r--usr.sbin/cpucontrol/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/cpucontrol/Makefile b/usr.sbin/cpucontrol/Makefile
index 759e13d..2d51429 100644
--- a/usr.sbin/cpucontrol/Makefile
+++ b/usr.sbin/cpucontrol/Makefile
@@ -4,4 +4,6 @@ PROG= cpucontrol
MAN= cpucontrol.8
SRCS= cpucontrol.c intel.c amd.c via.c
+NO_WCAST_ALIGN=
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud