freebsd-dev/bin/cat
Alex Richardson a33ee411d9 Allow building bin/cat on non-FreeBSD systems
`cat -l` is needed during the installworld phase and other system's cat
don't support that flag. To avoid portability issues when compiling on
Linux/macOS (such as the the direct access to &fp->_mbstate), we
disable the entire multibyte support when building as a boostrap tool.

Reviewed By:	brooks, emaste
Differential Revision: https://reviews.freebsd.org/D13939
2020-01-16 14:15:00 +00:00
..
tests Ammend bin/cat/cat.c so the output is the same aside 2017-09-21 14:14:49 +00:00
cat.1 Fix mandoc -Tlint warnings in bin/ 2017-12-07 01:57:27 +00:00
cat.c Allow building bin/cat on non-FreeBSD systems 2020-01-16 14:15:00 +00:00
Makefile Allow building bin/cat on non-FreeBSD systems 2020-01-16 14:15:00 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00