77a77c66d1
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.
6 lines
59 B
Makefile
6 lines
59 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= file2c
|
|
WARNS?= 6
|
|
.include <bsd.prog.mk>
|