summaryrefslogtreecommitdiff
path: root/usr.bin/mkesdb
AgeCommit message (Expand)Author
2016-06-28Sync usage with program. Add RCS Id. Increase column width. Fix macro usage. ...wiz
2016-06-28Sort options in usage.wiz
2016-06-27Mention -d flag in mkesdb(1) usagemaya
2016-06-27Add man page for mkesdbmaya
2015-06-16fix error statementchristos
2015-06-16fix printf statementchristos
2015-06-16fix some error handling.christos
2011-09-16Use __deadjoerg
2011-05-24Properly use format string.joerg
2009-10-29use %option instead of #define YY_NO_...christos
2009-10-28put all the YY_NO in one place.christos
2009-04-20define YY_NO_INPUT where appropriate, from Kurt J. Lidl per PR misc/41160drochner
2009-04-14Enable WARNS=4 by default for usr.bin, except for:lukem
2008-03-10MKMAN does not belong in source makefiles; use NOMAN.dholland
2006-02-09change #include <sys/endian.h> => #include <machine/endian.h> so thatdogcow
2005-06-27Don't define the debug variable here; it is declared statically elsewhere.fvdl
2005-06-02appease gcc -Wuninitializedlukem
2004-01-02use snprintf, dudeitojun
2003-10-27enable ident strings for sources pulled in from libclukem
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-08-01Rework how dependency generation is performed:lukem
2003-06-26Citrus iconv support(3)tshiozak