mirror of
https://github.com/opnsense/src.git
synced 2026-06-19 21:49:14 -04:00
chown and chgrp are almost essential for system management; in particular, a lot of rc.d scripts rely on them. tee is quite commonly used in shell scripts, and is small enough that there's no real need for it to be in -utilities. PR: 287014 Reviewed by: dch, manu, des, emaste Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50497
9 lines
114 B
Makefile
9 lines
114 B
Makefile
.include <src.opts.mk>
|
|
|
|
PACKAGE= runtime
|
|
PROG= tee
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|