mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +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$
|
||||
|
||||
BEGIN {
|
||||
printf("/* $FreeBSD$ */\n\n");
|
||||
printf("#include <machine/asm.h>\n\n");
|
||||
printf("#define hc .long 0x44000022\n\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user