Output a comment on top of each generated file explaining where it came

from.
This commit is contained in:
Rui Paulo 2009-10-25 09:48:21 +00:00
parent 16d95d4f92
commit f91c218bf8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=198466

View File

@ -121,7 +121,11 @@ ctmpfilename = cfilename ".tmp";
modname = opt_m;
gsub(/[-\.]/, "_", modname);
printc("#include <sys/param.h>\
printc("/*\
* Automatically generated by:\
* $FreeBSD$\
*/\
#include <sys/param.h>\
#include <sys/errno.h>\
#include <sys/kernel.h>\
#include <sys/module.h>\