diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/bootxx/version.c')
-rw-r--r-- | sys/arch/mvme88k/stand/bootxx/version.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/arch/mvme88k/stand/bootxx/version.c b/sys/arch/mvme88k/stand/bootxx/version.c new file mode 100644 index 00000000000..b4c2a49ba7b --- /dev/null +++ b/sys/arch/mvme88k/stand/bootxx/version.c @@ -0,0 +1,8 @@ +/* $OpenBSD: version.c,v 1.1 1998/08/22 08:27:08 smurph Exp $ */ + +/* + * make a random change to this file when you want the bootblock + * revision to increase. like change this y to an x, or something. + */ + +char *version = "$Revision: 1.1 $"; |