Subject: files.mac68k messed up?
To: macbsd port <port-mac68k@NetBSD.ORG>
From: Paul Goyette <paul@pgoyette.bdt.com>
List: port-mac68k
Date: 04/29/1996 05:49:17
Well, after this morning's sup, I tried to config my usual kernel, and 
got the following errors:

	files.mac68k:57: syntax error
	files.mac68k:67: redefinition of `sbc'
	files.mac68k:68: redefinition of `sbc'
	*** Stop.

Seems like files.mac68k got screwed up a bit:

#	$NetBSD: files.mac68k,v 1.43 1996/04/28 19:18:42 briggs Exp $

# mac68k-specific configuration info

(lots of stuff omitted until we get to line 57:)

<<<<<<< files.mac68k
device	ser: tty
attach	ser at mainbus
file	arch/mac68k/dev/ser.c		ser needs-flag

# This one is out of alphabetical order
device	fpu
attach	fpu at mainbus
file	arch/mac68k/mac68k/fpu.c	fpu

device	sbc: scsi, ncr5380sbc
attach	sbc at mainbus
file	arch/mac68k/dev/sbc.c		sbc

( more stuff omitted )