summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorjlh <jlh@FreeBSD.org>2012-04-28 20:52:20 +0000
committerjlh <jlh@FreeBSD.org>2012-04-28 20:52:20 +0000
commitdfaa19ccd10b974cbcb4948e6c901a1af2bccdfc (patch)
tree82e8a2c00b0e28749e9fc998b6ae46e1602dfc3d /usr.bin/Makefile
parent0a2e36f48b7ece20a1d86749bbc648e38c0e588b (diff)
downloadFreeBSD-src-dfaa19ccd10b974cbcb4948e6c901a1af2bccdfc.zip
FreeBSD-src-dfaa19ccd10b974cbcb4948e6c901a1af2bccdfc.tar.gz
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
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 85fb6e6..ce8e48c 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -143,6 +143,7 @@ SUBDIR= alias \
sockstat \
split \
stat \
+ stdbuf \
su \
systat \
tabs \
OpenPOWER on IntegriCloud