mirror of
https://github.com/opnsense/src.git
synced 2026-05-26 11:12:39 -04:00
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)
12 lines
182 B
Makefile
12 lines
182 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
|
|
.include <src.opts.mk>
|
|
|
|
PACKAGE= runtime
|
|
PROG= tr
|
|
SRCS= cmap.c cset.c str.c tr.c
|
|
|
|
HAS_TESTS=
|
|
SUBDIR.${MK_TESTS}+= tests
|
|
|
|
.include <bsd.prog.mk>
|