aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/uudecode/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* Add b64decode & b64encode as synonyms for uudecode and uuencode -m,Juli Mallett2002-05-191-0/+1
| | | | | | | | | respectively, for convenience when encoding or decoding base64 files. As requested by various users. Notes: svn path=/head/; revision=96942
* Bump WARNS to 4.Juli Mallett2002-04-201-0/+1
| | | | Notes: svn path=/head/; revision=95086
* WARNS=2 is to become the default, so remove it from here.Mark Murray2001-12-111-1/+0
| | | | Notes: svn path=/head/; revision=87695
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+1
| | | | | | | | | | | of the recent WARNS commits. The idea is: 1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF. Notes: svn path=/head/; revision=87628
* Warns cleanup. Add FreeBSD ID to Makefile.David Malone2001-12-031-0/+2
| | | | Notes: svn path=/head/; revision=87304
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+6
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590