aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-05-19 22:15:30 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-05-19 22:15:30 +0000
commit92f0cd89a003d77bc737666d55fb53a05bb2dc03 (patch)
tree2b578c86395875cd826e48aee92986da9223eb6e
parent95380837fdf4326cad55b07b76e58b1332820e1d (diff)
downloadsrc-92f0cd89a003d77bc737666d55fb53a05bb2dc03.tar.gz
src-92f0cd89a003d77bc737666d55fb53a05bb2dc03.zip
s/x86_64/amd64/ in comments in header.
Approved by: re (blanket amd64)
Notes
Notes: svn path=/head/; revision=115170
-rw-r--r--sys/conf/Makefile.amd646
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/Makefile.amd64 b/sys/conf/Makefile.amd64
index 9b0fb119f74a..b83d935745b6 100644
--- a/sys/conf/Makefile.amd64
+++ b/sys/conf/Makefile.amd64
@@ -1,4 +1,4 @@
-# Makefile.x86_64 -- with config changes.
+# Makefile.amd64 -- with config changes.
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
# from FreeBSD: src/sys/conf/Makefile.i386,v 1.255 2002/02/20 23:35:49
@@ -9,11 +9,11 @@
# This makefile is constructed from a machine description:
# config machineid
# Most changes should be made in the machine description
-# /sys/x86_64/conf/``machineid''
+# /sys/amd64/conf/``machineid''
# after which you should do
# config machineid
# Generic makefile changes should be made in
-# /sys/conf/Makefile.x86_64
+# /sys/conf/Makefile.amd64
# after which config should be rerun for all machines.
#