summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/devlist2h.awk
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>1998-01-09 06:46:26 +0000
committerthorpej <thorpej@NetBSD.org>1998-01-09 06:46:26 +0000
commit9b7afe221ee56f4accc186ec6fcf692d7632f2e0 (patch)
tree8b05b420b4813a69e3108f1e3834a69108669dd2 /sys/dev/eisa/devlist2h.awk
parent15ed345b3bed88c81a04790ddf1d0e69692e6b6e (diff)
Put RCS IDs into the generated files, in the correct place.
Diffstat (limited to 'sys/dev/eisa/devlist2h.awk')
-rw-r--r--sys/dev/eisa/devlist2h.awk4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/eisa/devlist2h.awk b/sys/dev/eisa/devlist2h.awk
index 31173f4941d..098e094b461 100644
--- a/sys/dev/eisa/devlist2h.awk
+++ b/sys/dev/eisa/devlist2h.awk
@@ -1,5 +1,5 @@
#! /usr/bin/awk -f
-# $NetBSD: devlist2h.awk,v 1.4 1998/01/08 00:33:33 thorpej Exp $
+# $NetBSD: devlist2h.awk,v 1.5 1998/01/09 06:46:26 thorpej Exp $
#
# Copyright (c) 1995, 1996 Christopher G. Demetriou
# All rights reserved.
@@ -38,6 +38,7 @@ NR == 1 {
VERSION = $0
gsub("\\$", "", VERSION)
+ printf("/*\t\$NetBSD\$\t*/\n\n") > dfile
printf("/*\n") > dfile
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
> dfile
@@ -46,6 +47,7 @@ NR == 1 {
printf(" *\t%s\n", VERSION) > dfile
printf(" */\n") > dfile
+ printf("/*\t\$NetBSD\$\t*/\n\n") > hfile
printf("/*\n") > hfile
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
> hfile