diff --git a/tools/regression/lib/libutil/Makefile b/tools/regression/lib/libutil/Makefile index 74972fde555c..6fc97aaa4252 100644 --- a/tools/regression/lib/libutil/Makefile +++ b/tools/regression/lib/libutil/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ -TESTS= test-trimdomain test-trimdomain-nodomain test-flopen test-grp -CFLAGS+= -g -Wall -lutil +TESTS= test-trimdomain test-trimdomain-nodomain test-flopen test-grp test-pidfile +CFLAGS+= -g -Wall -Wextra -Werror -lutil .PHONY: tests tests: ${TESTS}