diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2009-10-25 09:48:21 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2009-10-25 09:48:21 +0000 |
| commit | f91c218bf8c55ac87e0467a2227101d8edff8cf8 (patch) | |
| tree | c25f5d98108c875366412079568237ee87b2136a /sys/tools | |
| parent | 16d95d4f92d26f59208d6ddae1ca337c7a5e44a2 (diff) | |
Notes
Diffstat (limited to 'sys/tools')
| -rw-r--r-- | sys/tools/fw_stub.awk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/tools/fw_stub.awk b/sys/tools/fw_stub.awk index 5f6fe4521481..05e2f32ec974 100644 --- a/sys/tools/fw_stub.awk +++ b/sys/tools/fw_stub.awk @@ -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>\ |
