diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2011-12-17 19:58:48 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2011-12-17 19:58:48 +0000 |
commit | 5207dac8ba4bc5872a592ff5d6d8a0d595f15731 (patch) | |
tree | 173c6ba6514260bbf3664d56a0ba65576a8aa3e2 /usr.sbin/cpucontrol | |
parent | 1605515d77d741ad7df0e19380f30041ea2664ae (diff) |
Notes
Diffstat (limited to 'usr.sbin/cpucontrol')
-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 759e13d13b11..2d51429ec4c7 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> |