svn commit: r228649 - head/usr.bin/ncplist
Dimitry Andric
dim at FreeBSD.org
Sat Dec 17 17:04:30 UTC 2011
Author: dim
Date: Sat Dec 17 17:04:30 2011
New Revision: 228649
URL: http://svn.freebsd.org/changeset/base/228649
Log:
Use NO_WCAST_ALIGN for usr.bin/ncplist, as there are many potential
alignment issues in it. (Though I doubt anyone still cares about
NetWare support...)
MFC after: 1 week
Modified:
head/usr.bin/ncplist/Makefile
Modified: head/usr.bin/ncplist/Makefile
==============================================================================
--- head/usr.bin/ncplist/Makefile Sat Dec 17 16:59:22 2011 (r228648)
+++ head/usr.bin/ncplist/Makefile Sat Dec 17 17:04:30 2011 (r228649)
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG= ncplist
+NO_WCAST_ALIGN=
DPADD= ${LIBNCP} ${LIBIPX}
LDADD= -lncp -lipx
More information about the svn-src-all
mailing list