aboutsummaryrefslogtreecommitdiff
path: root/sys/tools/vnode_if.awk
diff options
context:
space:
mode:
Diffstat (limited to 'sys/tools/vnode_if.awk')
-rw-r--r--sys/tools/vnode_if.awk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/tools/vnode_if.awk b/sys/tools/vnode_if.awk
index 6f1d19270786..1bfcc2855978 100644
--- a/sys/tools/vnode_if.awk
+++ b/sys/tools/vnode_if.awk
@@ -139,9 +139,12 @@ if (!cfile && !hfile && !pfile && !qfile)
if (!srcfile)
usage();
+# Avoid a literal generated file tag here.
+generated = "@" "generated";
+
common_head = \
"/*\n" \
- " * This file is produced automatically.\n" \
+ " * This file is " generated " automatically.\n" \
" * Do not modify anything in here by hand.\n" \
" *\n" \
" * Created from $FreeBSD$\n" \