x86_64 -> amd64

This commit is contained in:
fvdl 2003-04-26 19:02:50 +00:00
parent 3099975645
commit 0945a6df17
17 changed files with 20 additions and 20 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2003/01/11 19:44:16 christos Exp $
# $NetBSD: Makefile,v 1.1 2003/04/26 19:02:50 fvdl Exp $
#
# Makefile for x86_64
#

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.c,v 1.4 2003/01/20 05:29:54 simonb Exp $ */
/* $NetBSD: md.c,v 1.1 2003/04/26 19:02:51 fvdl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: md.h,v 1.4 2003/04/17 19:30:19 fvdl Exp $ */
/* $NetBSD: md.h,v 1.1 2003/04/26 19:02:51 fvdl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.en,v 1.1 2002/12/05 02:05:56 fvdl Exp $ */
/* $NetBSD: menus.md.en,v 1.1 2003/04/26 19:02:51 fvdl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.fr,v 1.1 2002/12/05 02:05:56 fvdl Exp $ */
/* $NetBSD: menus.md.fr,v 1.1 2003/04/26 19:02:51 fvdl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: menus.md.pl,v 1.1 2002/12/05 02:05:57 fvdl Exp $ */
/* $NetBSD: menus.md.pl,v 1.1 2003/04/26 19:02:52 fvdl Exp $ */
/* Based on english version: */
/* NetBSD: menus.md.en,v 1.36 2001/11/29 23:20:58 thorpej Exp */

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.en,v 1.1 2002/12/05 02:05:57 fvdl Exp $ */
/* $NetBSD: msg.md.en,v 1.1 2003/04/26 19:02:52 fvdl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.fr,v 1.1 2002/12/05 02:05:57 fvdl Exp $ */
/* $NetBSD: msg.md.fr,v 1.1 2003/04/26 19:02:52 fvdl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.md.pl,v 1.1 2002/12/05 02:05:57 fvdl Exp $ */
/* $NetBSD: msg.md.pl,v 1.1 2003/04/26 19:02:52 fvdl Exp $ */
/* Based on english version: */
/* NetBSD: msg.md.en,v 1.24 2001/01/27 07:34:39 jmc Exp */

View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $NetBSD: MAKEDEV,v 1.10 2003/04/17 18:51:24 fvdl Exp $
# $NetBSD: MAKEDEV,v 1.1 2003/04/26 19:08:17 fvdl Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.4 2003/03/07 00:48:48 fvdl Exp $
# $NetBSD: Makefile.inc,v 1.1 2003/04/26 19:08:18 fvdl Exp $
#
# etc.x86_64/Makefile.inc -- x86_64-specific etc Makefile targets
#

View File

@ -1,4 +1,4 @@
# $NetBSD: ttyaction,v 1.1 2002/06/18 20:30:41 fvdl Exp $
# $NetBSD: ttyaction,v 1.1 2003/04/26 19:08:18 fvdl Exp $
#
# tty action command...
ttyE0 * chown ${USER}:tty /dev/console

View File

@ -1,6 +1,6 @@
#
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
# $NetBSD: ttys,v 1.1 2002/06/18 20:30:42 fvdl Exp $
# $NetBSD: ttys,v 1.1 2003/04/26 19:08:18 fvdl Exp $
#
# name getty type status comments
#

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.26 2002/11/23 23:45:51 fvdl Exp $
# $NetBSD: Makefile,v 1.27 2003/04/26 19:10:09 fvdl Exp $
SUBDIR= mbr
.if ${MACHINE} == "i386" || ${MACHINE} == "x86_64"
.if ${MACHINE} == "i386" || ${MACHINE} == "amd64"
SUBDIR+= mbr_bootsel
.endif
@ -18,7 +18,7 @@ SUBDIR+= mbr_bootsel
${MACHINE} == "mvmeppc" || \
${MACHINE} == "netwinder" || \
${MACHINE} == "macppc" || \
${MACHINE} == "x86_64")
${MACHINE} == "amd64")
PROG= fdisk
SRCS= fdisk.c
DPADD+= ${LIBUTIL}

View File

@ -6,7 +6,7 @@
.\" *** DO NOT EDIT - any changes will be lost!!!
.\" *** ------------------------------------------------------------------
.\"
.\" $NetBSD: MAKEDEV.8,v 1.6 2003/04/24 12:16:06 wiz Exp $
.\" $NetBSD: MAKEDEV.8,v 1.1 2003/04/26 19:06:03 fvdl Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2002/06/19 09:28:03 wiz Exp $
# $NetBSD: Makefile,v 1.1 2003/04/26 19:06:03 fvdl Exp $
MAN= MAKEDEV.8
MLINKS= MAKEDEV.8 makedev.8

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.kmod.mk,v 1.60 2003/04/23 18:34:20 matt Exp $
# $NetBSD: bsd.kmod.mk,v 1.61 2003/04/26 19:12:20 fvdl Exp $
.include <bsd.init.mk>
@ -24,7 +24,7 @@ CLEANFILES+= ${DPSRCS} ${YHEADER:D${SRCS:M*.y:.y=.h}} \
CLEANFILES+= sun68k
.elif ${MACHINE} == "sparc64"
CLEANFILES+= sparc
.elif ${MACHINE} == "i386" || ${MACHINE} == "x86_64"
.elif ${MACHINE} == "i386" || ${MACHINE} == "amd64"
CLEANFILES+= x86
.elif ${MACHINE_ARCH} == "powerpc"
CLEANFILES+= ${KMOD}_tramp.o ${KMOD}_tramp.S tmp.S ${KMOD}_tmp.o