summaryrefslogtreecommitdiff
path: root/sys/amd64/conf/gethints.awk
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/conf/gethints.awk')
-rw-r--r--sys/amd64/conf/gethints.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/gethints.awk b/sys/amd64/conf/gethints.awk
index 1ed876a2923a..00a93459863e 100644
--- a/sys/amd64/conf/gethints.awk
+++ b/sys/amd64/conf/gethints.awk
@@ -6,7 +6,7 @@
# 'hints' directive. See how GENERIC and GENERIC.hints fit together for
# a static example. You should use loader(8) if at all possible.
#
-# $FreeBSD$
+# $FreeBSD: src/sys/amd64/conf/gethints.awk,v 1.3 2003/11/08 03:33:38 peter Exp $
# skip commented lines, empty lines and not "device" lines
/^[ \t]*#/ || /^[ \t]*$/ || !/[ \t]*device/ { next; }