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:
@@ -1,6 +1,5 @@
|
||||
.include <bsd.own.mk>
|
||||
|
||||
PACKAGE=lib${LIB}
|
||||
LIB= stdbuf
|
||||
SRCS= stdbuf.c
|
||||
SHLIB_MAJOR= 1
|
||||
|
||||
Reference in New Issue
Block a user