Index: head/lib/csu/tests/Makefile.tests =================================================================== --- head/lib/csu/tests/Makefile.tests (revision 339769) +++ head/lib/csu/tests/Makefile.tests (revision 339770) @@ -1,11 +1,13 @@ # $FreeBSD$ ATF_TESTS_C+= init_test ATF_TESTS_C+= fini_test ATF_TESTS_CXX+= cxx_constructors +WARNS?= 5 + .if exists(${.CURDIR:H:H}/${MACHINE_ARCH}) CFLAGS+= -I${.CURDIR:H:H}/${MACHINE_ARCH} .else CFLAGS+= -I${.CURDIR:H:H}/${MACHINE_CPUARCH} .endif Index: head/lib/csu/tests/dynamic/Makefile =================================================================== --- head/lib/csu/tests/dynamic/Makefile (revision 339769) +++ head/lib/csu/tests/dynamic/Makefile (revision 339770) @@ -1,7 +1,6 @@ # $FreeBSD$ .PATH: ${.CURDIR:H} -WARNS?= 6 .include "../Makefile.tests" .include Index: head/lib/csu/tests/static/Makefile =================================================================== --- head/lib/csu/tests/static/Makefile (revision 339769) +++ head/lib/csu/tests/static/Makefile (revision 339770) @@ -1,8 +1,7 @@ # $FreeBSD$ .PATH: ${.CURDIR:H} NO_SHARED= -WARNS?= 6 .include "../Makefile.tests" .include