libstdbuf: Move to the utilities package

This is a niche tool which is only useful in a small number of
specific situations.  It's very small (8kB), and the executable
component /usr/bin/stdbuf is already in -utilities, so move the
shlib to -utilities as well.

MFC after:	1 day
Reviewed by:	bapt
Sponsored by:	https://www.patreon.com/bsdivy
Differential Revision:	https://reviews.freebsd.org/D52788
This commit is contained in:
Lexi Winter
2025-09-30 09:13:34 +01:00
parent a053f948ad
commit 4c8bbf5897
2 changed files with 0 additions and 40 deletions
-1
View File
@@ -1,6 +1,5 @@
.include <bsd.own.mk>
PACKAGE=lib${LIB}
LIB= stdbuf
SRCS= stdbuf.c
SHLIB_MAJOR= 1