freebsd-dev/targets
Piotr Pawel Stefaniak 4cd4841a27 Modularize uuencode and uudecode by wrapping them in bintrans.c
The program will be installed as bintrans, uuencode, uudecode,
b64encode, and b64decode and will be responsible for running the coders
according to their historical behavior.

Additionally, bintrans will be able to take a parameter designating
the coder and accept all its options in this form:
bintrans <coder> [options]
and the behavior should be the same as if
<coder> [options]
was invoked.
This has the advantage that adding coders won't require installing them
as binaries.

Move uudecode files to uuencode since the latter is the one that
provides the manual page.

Reviewed by:	delphij (previous version)
Differential Revision:	https://reviews.freebsd.org/D32943
2022-04-18 10:46:44 +02:00
..
pseudo Modularize uuencode and uudecode by wrapping them in bintrans.c 2022-04-18 10:46:44 +02:00
Makefile Update dirdeps.mk and gendirdeps.mk 2019-12-11 17:38:15 +00:00
Makefile.inc Update dirdeps.mk and gendirdeps.mk 2019-12-11 17:38:15 +00:00
Makefile.xtras show-valid-targets: Indent each target 2 spaces. 2016-03-30 22:26:14 +00:00