aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/bintrans/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-08-23 15:45:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-08-25 07:29:18 +0000
commit83e8c2317846dd0c889fb784a11f94f98b982062 (patch)
treee6ebbddb62f6f9de26bd28d2c7ab27627488b25a /usr.bin/bintrans/Makefile
parentb6ce129d24ffe393c43378b1c922d1e56ea2be67 (diff)
downloadsrc-83e8c2317846dd0c889fb784a11f94f98b982062.tar.gz
src-83e8c2317846dd0c889fb784a11f94f98b982062.zip
bintrans: replace the quoted printable encoder/decoder
Replace the quoted printable code with one that respects RFC2045 Add tests about this parsers and encoders, using examples from the wikipedia page. Reviewed by: pstef Differential Revision: https://reviews.freebsd.org/D36314
Diffstat (limited to 'usr.bin/bintrans/Makefile')
-rw-r--r--usr.bin/bintrans/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/bintrans/Makefile b/usr.bin/bintrans/Makefile
index a83c820bd660..dc8cada566c7 100644
--- a/usr.bin/bintrans/Makefile
+++ b/usr.bin/bintrans/Makefile
@@ -4,7 +4,7 @@
.include <src.opts.mk>
PROG= bintrans
-SRCS= bintrans.c uuencode.c uudecode.c quoted-printable.c
+SRCS= bintrans.c uuencode.c uudecode.c qp.c
MAN= bintrans.1 uuencode.format.5
LINKS+= ${BINDIR}/bintrans ${BINDIR}/uuencode
LINKS+= ${BINDIR}/bintrans ${BINDIR}/b64encode