opnsense-src/usr.bin/printf
Jilles Tjoelker 1866e8abab printf: Remove support for building as a csh builtin.
The #define BUILTIN was for building as a csh (not tcsh) builtin.
Given that csh was replaced by tcsh years ago there is no point in keeping
this.

The #define SHELL is for building as an sh builtin and is in active use.

This commit does not change the /bin/sh and /usr/bin/printf binaries.
2010-12-08 22:13:27 +00:00
..
Makefile Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00
printf.1 sh: Add printf builtin. 2010-11-19 12:56:13 +00:00
printf.c printf: Remove support for building as a csh builtin. 2010-12-08 22:13:27 +00:00