mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pkgbase: Move tr(1) to runtime
Since f7d16a627efa ("certctl: Convert line endings before inspecting files.")
certctl is using tr(1). Add it to FreeBSD-runtime so we can have certctl working
without having the bloated FreeBSD-utilities.
Sponsored by: Beckhoff Automation GmbH & Co. KG
(cherry picked from commit 0fb9d5786bff57a7d5b2056fdbc1baaec9406885)
This commit is contained in:
parent
f85181b036
commit
2c0bf46dba
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
.include <src.opts.mk>
|
||||
|
||||
PACKAGE= runtime
|
||||
PROG= tr
|
||||
SRCS= cmap.c cset.c str.c tr.c
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue