mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Output a comment on top of each generated file explaining where it came
from.
This commit is contained in:
parent
16d95d4f92
commit
f91c218bf8
1 changed files with 5 additions and 1 deletions
|
|
@ -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>\
|
||||
|
|
|
|||
Loading…
Reference in a new issue