Comment out WARNS?=4 to unbreak the Alpha build.

This commit is contained in:
Dag-Erling Smørgrav 2002-07-15 17:11:20 +00:00
parent 506d28328d
commit 987c23f536
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100110

View File

@ -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>