s/x86_64/amd64/ in comments in header.

Approved by:	re (blanket amd64)
This commit is contained in:
Peter Wemm 2003-05-19 22:15:30 +00:00
parent 95380837fd
commit 92f0cd89a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=115170

View file

@ -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.
#