Author: dim Date: Sun Jan 1 21:50:21 2012 New Revision: 229215 URL: http://svn.freebsd.org/changeset/base/229215
Log: MFC r228658: Use NO_WCAST_ALIGN for usr.sbin/cpucontrol; because this is only built for x86, any alignment warnings can be safely ignored. Modified: stable/9/usr.sbin/cpucontrol/Makefile Directory Properties: stable/9/usr.sbin/cpucontrol/ (props changed) Modified: stable/9/usr.sbin/cpucontrol/Makefile ============================================================================== --- stable/9/usr.sbin/cpucontrol/Makefile Sun Jan 1 21:46:16 2012 (r229214) +++ stable/9/usr.sbin/cpucontrol/Makefile Sun Jan 1 21:50:21 2012 (r229215) @@ -4,4 +4,6 @@ PROG= cpucontrol MAN= cpucontrol.8 SRCS= cpucontrol.c intel.c amd.c +NO_WCAST_ALIGN= + .include <bsd.prog.mk> _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"