diff options
author | eadler <eadler@FreeBSD.org> | 2012-10-26 02:50:16 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-10-26 02:50:16 +0000 |
commit | ca905bfe2f98b30f3ac1e23f5aeb423f13028dc7 (patch) | |
tree | b589e16c15cb17e46d25a54c45d0cf540e51dc0f | |
parent | 713eda73baaaca214fd14fa800f9b1d78465b067 (diff) | |
download | FreeBSD-src-ca905bfe2f98b30f3ac1e23f5aeb423f13028dc7.zip FreeBSD-src-ca905bfe2f98b30f3ac1e23f5aeb423f13028dc7.tar.gz |
This utility builds without NO_WCAST_ALIGN
Tested with make universe
No objections from: stas
Approved by: cperciva
MFC after: 3 days
-rw-r--r-- | usr.sbin/cpucontrol/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/cpucontrol/Makefile b/usr.sbin/cpucontrol/Makefile index 2d51429..759e13d 100644 --- a/usr.sbin/cpucontrol/Makefile +++ b/usr.sbin/cpucontrol/Makefile @@ -4,6 +4,4 @@ PROG= cpucontrol MAN= cpucontrol.8 SRCS= cpucontrol.c intel.c amd.c via.c -NO_WCAST_ALIGN= - .include <bsd.prog.mk> |