mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
Add version header to output file.
This commit is contained in:
parent
148ddfed15
commit
795c0232aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228688
@ -9,6 +9,7 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
BEGIN {
|
BEGIN {
|
||||||
|
printf("/* $FreeBSD$ */\n\n");
|
||||||
printf("#include <machine/asm.h>\n\n");
|
printf("#include <machine/asm.h>\n\n");
|
||||||
printf("#define hc .long 0x44000022\n\n");
|
printf("#define hc .long 0x44000022\n\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user