#
# $FreeBSD$
.if (${TARGET_ARCH} == "alpha")
WARNS?= 2
.else
WARNS?= 3
.endif
.include "../Makefile.inc"