svn commit: r242120 - head/usr.sbin/cpucontrol

Eitan Adler eadler at FreeBSD.org
Fri Oct 26 02:50:17 UTC 2012


Author: eadler
Date: Fri Oct 26 02:50:16 2012
New Revision: 242120
URL: http://svn.freebsd.org/changeset/base/242120

Log:
  This utility builds without NO_WCAST_ALIGN
  
  Tested with make universe
  
  No objections from:	stas
  Approved by:	cperciva
  MFC after:	3 days

Modified:
  head/usr.sbin/cpucontrol/Makefile

Modified: head/usr.sbin/cpucontrol/Makefile
==============================================================================
--- head/usr.sbin/cpucontrol/Makefile	Fri Oct 26 02:50:14 2012	(r242119)
+++ head/usr.sbin/cpucontrol/Makefile	Fri Oct 26 02:50:16 2012	(r242120)
@@ -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>


More information about the svn-src-head mailing list