diff options
author | delphij <delphij@FreeBSD.org> | 2012-09-11 21:13:18 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2012-09-11 21:13:18 +0000 |
commit | 5fc6019d0caff9a118663cb128e7dbb7bd5de412 (patch) | |
tree | ab657bd949ee67ec9f1b6b83572df5876eb8291b /usr.bin | |
parent | d14a6db068f8bf0a1f7cca00a57c390f5149ba74 (diff) | |
download | FreeBSD-src-5fc6019d0caff9a118663cb128e7dbb7bd5de412.zip FreeBSD-src-5fc6019d0caff9a118663cb128e7dbb7bd5de412.tar.gz |
WARNS is now default to 6.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/stdbuf/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/stdbuf/Makefile b/usr.bin/stdbuf/Makefile index ccf139d..8842a1f 100644 --- a/usr.bin/stdbuf/Makefile +++ b/usr.bin/stdbuf/Makefile @@ -3,6 +3,4 @@ PROG= stdbuf SRCS= stdbuf.c -WARNS?= 6 - .include <bsd.prog.mk> |