diff options
author | eadler <eadler@FreeBSD.org> | 2012-10-26 20:25:05 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-10-26 20:25:05 +0000 |
commit | 9bbb110d67ed3e7e2ade8333b23ab6a024157ca6 (patch) | |
tree | c8aa8e6a2458fca76b583ef3f45a60ce4475d411 | |
parent | 1c02e94653db5a9d56e5b294d886466a94cdcd35 (diff) | |
download | FreeBSD-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)
-rw-r--r-- | usr.sbin/cpucontrol/Makefile | 2 |
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> |