summaryrefslogtreecommitdiff
path: root/usr.bin/uuencode/Makefile
AgeCommit message (Collapse)Author
2022-04-18bintrans: move files to a new directoryPiotr Pawel Stefaniak
And reflect the change in various places.
2022-04-18Modularize uuencode and uudecode by wrapping them in bintrans.cPiotr Pawel Stefaniak
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
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
`SUBDIR.${MK_TESTS}+= tests` idiom. This is a follow up to r321912. Notes: svn path=/projects/make-check-sandbox/; revision=321914
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
directories to SUBDIR.${MK_TESTS} idiom This is being done to pave the way for future work (and homogenity) in ^/projects/make-check-sandbox . No functional change intended. MFC after: 1 weeks Notes: svn path=/head/; revision=321912
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
from the latter. Notes: svn path=/head/; revision=265420
2014-03-16Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino
I'm starting with the easy cases. The leftovers need to be looked at a bit more closely. Note that this change _does_ modify the code of the old tests. This is required in order to allow the code to locate the data files in the source directory instead of the current directory, because Kyua automatically changes the latter to a temporary directory. Also note that at least one test is known to be broken here. Actually, the test is not really broken: it's marked as a TODO but unfortunately Kyua's TAP parser currently does not understand that. Will have to be fixed separately. Notes: svn path=/head/; revision=263227
2010-01-02Build usr.bin/ with WARNS=6 by default.Ed Schouten
Also add some missing $FreeBSD$ to keep svn happy. Notes: svn path=/head/; revision=201386
2002-05-19Fix a late-night buglet in MLINKS ordering.Juli Mallett
Submitted by: Szilveszter Adam <sziszi@bsd.hu> Notes: svn path=/head/; revision=96958
2002-05-19Add b64decode & b64encode as synonyms for uudecode and uuencode -m,Juli Mallett
respectively, for convenience when encoding or decoding base64 files. As requested by various users. Notes: svn path=/head/; revision=96942
2002-04-20Bump WARNS to 4.Juli Mallett
Notes: svn path=/head/; revision=95086
2001-12-11WARNS=2 is to become the default, so remove it from here.Mark Murray
Notes: svn path=/head/; revision=87695
2001-06-17Satisfy gcc's parenthetical needs and clamp down with WANRS=2.Dima Dorfman
Reviewed by: md5(1) Notes: svn path=/head/; revision=78387
2001-03-27MAN[1-9] -> MAN.Ruslan Ermilov
Notes: svn path=/head/; revision=74848
1994-08-05More merry makefile munging for man page compatability.Garrett Wollman
Notes: svn path=/head/; revision=1866
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590