summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/rwhod/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rwhod/Makefile b/usr.sbin/rwhod/Makefile
index a5c0fca..5061e1e 100644
--- a/usr.sbin/rwhod/Makefile
+++ b/usr.sbin/rwhod/Makefile
@@ -2,7 +2,8 @@
# $FreeBSD$
PROG= rwhod
-WARNS?= 4
+# XXX breaks on Alpha due to alignment constraints
+#WARNS?= 4
MAN= rwhod.8
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud