summaryrefslogtreecommitdiff
path: root/usr.bin/stdbuf
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2012-09-11 21:13:18 +0000
committerXin LI <delphij@FreeBSD.org>2012-09-11 21:13:18 +0000
commit3860fabcb02da4d070bc23bc24b0ad6a00453630 (patch)
treeab657bd949ee67ec9f1b6b83572df5876eb8291b /usr.bin/stdbuf
parent4a7f7b10b5ea48a003a4c6adce63c4fff9dba946 (diff)
downloadsrc-test2-3860fabcb02da4d070bc23bc24b0ad6a00453630.tar.gz
src-test2-3860fabcb02da4d070bc23bc24b0ad6a00453630.zip
Notes
Diffstat (limited to 'usr.bin/stdbuf')
-rw-r--r--usr.bin/stdbuf/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/stdbuf/Makefile b/usr.bin/stdbuf/Makefile
index ccf139d3e49e..8842a1fdf483 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>