On popular demand, back out the generation of a FreeBSD ID.

This commit is contained in:
augustss 1999-01-07 03:27:26 +00:00
parent e4b5e096e8
commit 2fba866c77
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#! /usr/bin/awk -f
# $NetBSD: devlist2h.awk,v 1.2 1999/01/07 01:54:28 augustss Exp $
# $NetBSD: devlist2h.awk,v 1.3 1999/01/07 03:27:26 augustss Exp $
#
# Copyright (c) 1995, 1996 Christopher G. Demetriou
# All rights reserved.
@ -39,7 +39,6 @@ NR == 1 {
gsub("\\$", "", VERSION)
printf("/*\t\$NetBSD\$\t*/\n\n") > dfile
printf("/*\t\FreeBSD $Id\$\t*/\n\n") > dfile
printf("/*\n") > dfile
printf(" * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.\n") \
> dfile