summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorJeremie Le Hen <jlh@FreeBSD.org>2012-04-28 20:52:20 +0000
committerJeremie Le Hen <jlh@FreeBSD.org>2012-04-28 20:52:20 +0000
commit6486b015fc84e96725fef22b0e3363351399ae83 (patch)
tree82e8a2c00b0e28749e9fc998b6ae46e1602dfc3d /usr.bin/Makefile
parent64cc18cc015fc09d2cf9b1fb3d4cd76d3cef1634 (diff)
downloadsrc-test-6486b015fc84e96725fef22b0e3363351399ae83.tar.gz
src-test-6486b015fc84e96725fef22b0e3363351399ae83.zip
Import stdbuf(1) and the shared library it relies on.
This tool changes the default buffering behaviour of standard stdio streams. It only works on dynamic binaries. To make it work for static ones it would require cluttering stdio because there no single entry point. PR: 166660 Reviewed by: current@, jhb Approved by: kib (mentor) MFC after: 1 week
Notes
Notes: svn path=/head/; revision=234772
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 85fb6e6123994..ce8e48c199277 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -143,6 +143,7 @@ SUBDIR= alias \
sockstat \
split \
stat \
+ stdbuf \
su \
systat \
tabs \