videomode/devlist2h.awk: Don't include $FreeBSD$ in generated files

Reviewed by:	imp, emaste
Differential Revision:	https://reviews.freebsd.org/D41952

(cherry picked from commit bd524e2ddb77e1c691f308359ab917414ecb8bed)
This commit is contained in:
John Baldwin 2023-09-25 07:46:53 -07:00
parent 495a104751
commit c6dc53e7c8

View file

@ -39,7 +39,6 @@ NR == 1 {
gsub("\\$", "", VERSION)
gsub(/ $/, "", VERSION)
printf("/*\t$FreeBSD" "$\t*/\n\n") > dfile
printf("/*\n") > dfile
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
> dfile
@ -48,7 +47,6 @@ NR == 1 {
printf(" *\t%s\n", VERSION) > dfile
printf(" */\n") > dfile
printf("/*\t$NetBSD" "$\t*/\n\n") > hfile
printf("/*\n") > hfile
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
> hfile