diff options
| author | perry <perry@NetBSD.org> | 1998-01-05 19:37:08 +0000 |
|---|---|---|
| committer | perry <perry@NetBSD.org> | 1998-01-05 19:37:08 +0000 |
| commit | e6fe83471ee239a67701aa36c69f8d8533aa6869 (patch) | |
| tree | ac3a03497a635d36ba321c5d5b03c8e5eca25208 /sys/dev/tc/devlist2h.awk | |
| parent | 5e35a0595e5bad71c8a9c4246971047dfab7394f (diff) | |
make script insert RCS ids into generated files
Diffstat (limited to 'sys/dev/tc/devlist2h.awk')
| -rw-r--r-- | sys/dev/tc/devlist2h.awk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/tc/devlist2h.awk b/sys/dev/tc/devlist2h.awk index 23338181635..357bb627493 100644 --- a/sys/dev/tc/devlist2h.awk +++ b/sys/dev/tc/devlist2h.awk @@ -1,5 +1,5 @@ #! /usr/bin/awk -f -# $NetBSD: devlist2h.awk,v 1.3 1996/06/05 18:32:19 cgd Exp $ +# $NetBSD: devlist2h.awk,v 1.4 1998/01/05 19:37:08 perry Exp $ # # Copyright (c) 1995, 1996 Christopher G. Demetriou # All rights reserved. @@ -42,6 +42,7 @@ NR == 1 { printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > dfile printf(" *\n") > dfile + printf(" * \$NetBSD\$\n") > dfile printf(" * generated from:\n") > dfile printf(" *\t%s\n", VERSION) > dfile printf(" */\n") > dfile @@ -50,6 +51,7 @@ NR == 1 { printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \ > hfile printf(" *\n") > hfile + printf(" * \$NetBSD\$\n") > hfile printf(" * generated from:\n") > hfile printf(" *\t%s\n", VERSION) > hfile printf(" */\n") > hfile |
