1
0
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:
Nathan Whitehorn 2011-12-18 16:53:03 +00:00
parent 148ddfed15
commit 795c0232aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228688

View File

@ -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");
} }