Remove another reference to alpha...

This commit is contained in:
Warner Losh 2010-02-03 02:39:08 +00:00
parent 45a7687f90
commit e70f20b0e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203412

View File

@ -1,9 +1,5 @@
# $FreeBSD$
.if (${TARGET_ARCH} == "alpha")
WARNS?= 2
.else
WARNS?= 3
.endif
.include "../Makefile.inc"