mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-27 11:20:58 +01:00
Output a comment on top of each generated file explaining where it came
from.
This commit is contained in:
parent
3ea9257202
commit
067cc6fa49
@ -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 New Issue
Block a user