diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-01-08 17:23:59 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2015-01-08 17:23:59 +0000 |
| commit | bfffbac6039bb564b1e22434558f3ec7f3def2a0 (patch) | |
| tree | c80bc6f8cf1bd6e46f334c1da73cb28148470e8b | |
| parent | a1736be349187a68d427ed60a5cd750cbda084ef (diff) | |
Notes
| -rw-r--r-- | usr.bin/sed/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/sed/Makefile b/usr.bin/sed/Makefile index 60dc27172b93f..a741da3233e62 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 |
