Author: dim Date: Sun Jan 1 21:38:58 2012 New Revision: 229212 URL: http://svn.freebsd.org/changeset/base/229212
Log: MFC r228656: Use NO_WCAST_ALIGN for usr.sbin/boot0cfg; because this is only built for x86, any alignment warnings can be safely ignored. Modified: stable/9/usr.sbin/boot0cfg/Makefile Directory Properties: stable/9/usr.sbin/boot0cfg/ (props changed) Modified: stable/9/usr.sbin/boot0cfg/Makefile ============================================================================== --- stable/9/usr.sbin/boot0cfg/Makefile Sun Jan 1 21:32:25 2012 (r229211) +++ stable/9/usr.sbin/boot0cfg/Makefile Sun Jan 1 21:38:58 2012 (r229212) @@ -6,4 +6,6 @@ MAN= boot0cfg.8 DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} LDADD= -lgeom -lbsdxml -lsbuf +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"