freebsd-src/gnu/usr.bin/binutils/Makefile.inc
David E. O'Brien e9231ad68b Style sync.
2006-09-12 19:24:01 +00:00

10 lines
106 B
Makefile

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