freebsd-dev/usr.bin/file2c/Makefile
Marcel Moolenaar 77a77c66d1 o Add option -n. The -n option takes a count and breaks the line
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.
2005-05-15 06:26:59 +00:00

6 lines
59 B
Makefile

# $FreeBSD$
PROG= file2c
WARNS?= 6
.include <bsd.prog.mk>