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