summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rwhod
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-07-15 17:11:20 +0000
committerdes <des@FreeBSD.org>2002-07-15 17:11:20 +0000
commit5332a2b1790c1f863043a2bf9520a3ff45e8e195 (patch)
tree876bcf08e61377588396d7740a33e8ca6810898b /usr.sbin/rwhod
parent59fe75dd813b10672e392e18dc13eaf3c5f72640 (diff)
downloadFreeBSD-src-5332a2b1790c1f863043a2bf9520a3ff45e8e195.zip
FreeBSD-src-5332a2b1790c1f863043a2bf9520a3ff45e8e195.tar.gz
Comment out WARNS?=4 to unbreak the Alpha build.
Diffstat (limited to 'usr.sbin/rwhod')
-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