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

View File

@ -9,6 +9,7 @@
# $FreeBSD$
BEGIN {
printf("/* $FreeBSD$ */\n\n");
printf("#include <machine/asm.h>\n\n");
printf("#define hc .long 0x44000022\n\n");
}