diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile index 60dc27172b9..a741da3233e 100644 --- a/usr.bin/sed/Makefile +++ b/usr.bin/sed/Makefile @@ -6,6 +6,8 @@ PROG= sed SRCS= compile.c main.c misc.c process.c +WARNS?= 2 + .if ${MK_TESTS} != "no" SUBDIR+= tests .endif