summaryrefslogtreecommitdiffstats
path: root/usr.sbin/boot0cfg
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-17 19:33:26 +0000
committerdim <dim@FreeBSD.org>2011-12-17 19:33:26 +0000
commit62646ab53e077943e7adeaa7764aec921e36c8bd (patch)
treea07d4ffa2d063ad00298bdc32cf126f6ef642856 /usr.sbin/boot0cfg
parent6932d3de6970be51aac39f77506f99a4b53b4dbd (diff)
downloadFreeBSD-src-62646ab53e077943e7adeaa7764aec921e36c8bd.zip
FreeBSD-src-62646ab53e077943e7adeaa7764aec921e36c8bd.tar.gz
Use NO_WCAST_ALIGN for usr.sbin/boot0cfg; because this is only built for
x86, any alignment warnings can be safely ignored. MFC after: 1 week
Diffstat (limited to 'usr.sbin/boot0cfg')
-rw-r--r--usr.sbin/boot0cfg/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/boot0cfg/Makefile b/usr.sbin/boot0cfg/Makefile
index 9b46701..bb7fe07 100644
--- a/usr.sbin/boot0cfg/Makefile
+++ b/usr.sbin/boot0cfg/Makefile
@@ -6,4 +6,6 @@ MAN= boot0cfg.8
DPADD= ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF}
LDADD= -lgeom -lbsdxml -lsbuf
+NO_WCAST_ALIGN=
+
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud