summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/Makefile.inc
blob: 9ce4ca3e5f3269ec73d6fa2930ce426ff912b3f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

.if (${TARGET_ARCH} == "alpha")
WARNS?=	2
.else
WARNS?=	3
.endif

.include "../Makefile.inc"