Deleted Added
sdiff udiff text old ( 104850 ) new ( 126197 )
full compact
1#
2# $FreeBSD: head/gnu/usr.bin/binutils/Makefile.inc 126197 2004-02-24 19:23:33Z johan $
3#
4
5.if (${TARGET_ARCH} == "alpha")
6WARNS?= 2
7.else
8WARNS?= 3
9.endif
10
11.include "../Makefile.inc"