summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-12-17 17:04:30 +0000
committerdim <dim@FreeBSD.org>2011-12-17 17:04:30 +0000
commitaececc303349457be3b2355ad7532229bdab60cc (patch)
tree44513f3cea6a8cac6460f7ba2f3e14a20dd7e49a /usr.bin
parentfe0982e5869650ea40e4f57046f7285c50f45dd3 (diff)
downloadFreeBSD-src-aececc303349457be3b2355ad7532229bdab60cc.zip
FreeBSD-src-aececc303349457be3b2355ad7532229bdab60cc.tar.gz
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
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ncplist/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/ncplist/Makefile b/usr.bin/ncplist/Makefile
index 8e6d189..fdddb6c 100644
--- a/usr.bin/ncplist/Makefile
+++ b/usr.bin/ncplist/Makefile
@@ -1,6 +1,7 @@
# $FreeBSD$
PROG= ncplist
+NO_WCAST_ALIGN=
DPADD= ${LIBNCP} ${LIBIPX}
LDADD= -lncp -lipx
OpenPOWER on IntegriCloud