Browse Source

The "powerpc" port which has supported the newer Apple Macintosh powerpc based

is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.
Files moved from etc/etc.powerpc to etc/etc.macppc
OPENBSD_3_0
drahn 23 years ago
parent
commit
037d60e2ec
6 changed files with 8 additions and 8 deletions
  1. +1
    -1
      src/etc/etc.macppc/MAKEDEV
  2. +5
    -5
      src/etc/etc.macppc/Makefile.inc
  3. +1
    -1
      src/etc/etc.macppc/disktab
  4. +0
    -0
      src/etc/etc.macppc/fbtab
  5. +0
    -0
      src/etc/etc.macppc/sysctl.conf
  6. +1
    -1
      src/etc/etc.macppc/ttys

src/etc/etc.powerpc/MAKEDEV → src/etc/etc.macppc/MAKEDEV View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.53 2001/07/05 02:54:07 mickey Exp $
# $OpenBSD: MAKEDEV,v 1.1 2001/09/01 16:13:48 drahn Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.

src/etc/etc.powerpc/Makefile.inc → src/etc/etc.macppc/Makefile.inc View File

@ -1,14 +1,14 @@
# $OpenBSD: Makefile.inc,v 1.16 2000/08/08 01:08:07 deraadt Exp $
# etc.powerpc/Makefile.inc -- powerpc-specific etc Makefile targets
# $OpenBSD: Makefile.inc,v 1.1 2001/09/01 16:13:48 drahn Exp $
# etc.macppc/Makefile.inc -- macppc-specific etc Makefile targets
.ifdef DESTDIR
snap_md: bsd distrib
bsd:
cd ${.CURDIR}/../sys/arch/powerpc/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/powerpc/compile/GENERIC && \
cd ${.CURDIR}/../sys/arch/macppc/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/macppc/compile/GENERIC && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/powerpc/compile/GENERIC/bsd \
cp ${.CURDIR}/../sys/arch/macppc/compile/GENERIC/bsd \
${DESTDIR}/snapshot/bsd
# knows about bsd.rd and bsdofw.rd

src/etc/etc.powerpc/disktab → src/etc/etc.macppc/disktab View File

@ -1,4 +1,4 @@
# $OpenBSD: disktab,v 1.5 1998/09/23 07:30:57 todd Exp $
# $OpenBSD: disktab,v 1.1 2001/09/01 16:13:48 drahn Exp $
#
# @(#)disktab 5.5 (Berkeley) 2/27/91
#

src/etc/etc.powerpc/fbtab → src/etc/etc.macppc/fbtab View File


src/etc/etc.powerpc/sysctl.conf → src/etc/etc.macppc/sysctl.conf View File


src/etc/etc.powerpc/ttys → src/etc/etc.macppc/ttys View File

@ -1,5 +1,5 @@
#
# $OpenBSD: ttys,v 1.13 2001/03/03 21:23:50 deraadt Exp $
# $OpenBSD: ttys,v 1.1 2001/09/01 16:13:48 drahn Exp $
#
# name getty type status comments
#

Loading…
Cancel
Save