mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
after that many values have been printed. The line length is not considered anymore. o Add option -x. The -x option will cause the byte values to be printed in hexadecimal instead of decimal. o Bump WARNS to 6. o Update the manpage accordingly.
5 lines
59 B
Makefile
5 lines
59 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= file2c
|
|
WARNS?= 6
|
|
.include <bsd.prog.mk>
|