History log of /freebsd-current/usr.bin/stdbuf/Makefile
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 3860fabc 11-Sep-2012 Xin LI <delphij@FreeBSD.org>

WARNS is now default to 6.


# 6486b015 28-Apr-2012 Jeremie Le Hen <jlh@FreeBSD.org>

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