Remove trailing white-space.
This commit is contained in:
parent
a72ad718a0
commit
28b36b37a5
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.pmax,v 1.69 1999/03/25 03:34:28 simonb Exp $
|
||||
# $NetBSD: Makefile.pmax,v 1.70 1999/03/27 08:15:29 simonb Exp $
|
||||
|
||||
# Makefile for NetBSD
|
||||
#
|
||||
@ -44,7 +44,7 @@ S= ../../../..
|
||||
PMAX= $S/arch/pmax
|
||||
MIPS= $S/arch/mips
|
||||
|
||||
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
|
||||
HAVE_GCC28!= ${CC} --version | egrep "^(2\.8|egcs)" ; echo
|
||||
INCLUDES= -I. -I$S/arch -I$S -nostdinc
|
||||
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -Dpmax
|
||||
CWARNFLAGS?= -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes \
|
||||
@ -180,7 +180,7 @@ SRCS= ${MIPS}/mips/locore.S ${MIPS}/mips/fp.S \
|
||||
depend: .depend
|
||||
.depend: ${SRCS} assym.h param.c
|
||||
${MKDEP} ${AFLAGS} ${CPPFLAGS} ${MIPS}/mips/locore.S ${MIPS}/mips/fp.S
|
||||
${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${PMAX}/pmax/locore_machdep.S
|
||||
${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${PMAX}/pmax/locore_machdep.S
|
||||
${MKDEP} -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}
|
||||
.if (${SFILES} != "")
|
||||
${MKDEP} -a ${AFLAGS} ${CPPFLAGS} ${SFILES}
|
||||
@ -193,14 +193,14 @@ depend: .depend
|
||||
|
||||
# depend on root or device configuration
|
||||
autoconf.o conf.o: Makefile
|
||||
|
||||
# depend on network or filesystem configuration
|
||||
uipc_proto.o vfs_conf.o: Makefile
|
||||
|
||||
# depend on network or filesystem configuration
|
||||
uipc_proto.o vfs_conf.o: Makefile
|
||||
|
||||
# depend on maxusers
|
||||
machdep.o: Makefile
|
||||
|
||||
# depend on CPU configuration
|
||||
# depend on CPU configuration
|
||||
machdep.o mainbus.o trap.o: Makefile
|
||||
|
||||
# depend on System V IPC/shmem options
|
||||
|
@ -2,7 +2,7 @@
|
||||
# R4000 (any model) kernel config file
|
||||
|
||||
#
|
||||
# $NetBSD: R4000,v 1.12 1999/02/07 07:14:22 jonathan Exp $
|
||||
# $NetBSD: R4000,v 1.13 1999/03/27 08:15:29 simonb Exp $
|
||||
#
|
||||
include "arch/pmax/conf/std.pmax"
|
||||
|
||||
@ -13,7 +13,7 @@ options MIPS3 # R4000/R4400 support (new)
|
||||
|
||||
|
||||
# Support for specific models of DECstation
|
||||
options DEC_3MIN # 5000/50
|
||||
options DEC_3MIN # 5000/50
|
||||
options DEC_MAXINE # 5000/150
|
||||
options DEC_3MAXPLUS # 5000/260
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.pmax,v 1.60 1999/03/25 12:56:18 simonb Exp $
|
||||
# $NetBSD: files.pmax,v 1.61 1999/03/27 08:15:29 simonb Exp $
|
||||
# DECstation-specific configuration info
|
||||
|
||||
# maxpartitions must be first item in files.${ARCH}.
|
||||
@ -138,7 +138,7 @@ file dev/tc/asc_tc.c asc_tc
|
||||
|
||||
file dev/tc/asc.c asc needs-flag
|
||||
|
||||
# sii: kn01 SCSI interface
|
||||
# sii: kn01 SCSI interface
|
||||
#device sii: scsi,oldscsi
|
||||
device sii: oldscsi
|
||||
file arch/pmax/dev/sii.c sii needs-flag
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: tc.options,v 1.6 1998/11/27 00:09:33 simonb Exp $
|
||||
# $NetBSD: tc.options,v 1.7 1999/03/27 08:15:29 simonb Exp $
|
||||
|
||||
#########################################################################
|
||||
# Supported turbochannel option cards #
|
||||
@ -13,7 +13,7 @@ px0 at tc?
|
||||
# Configure DS5000/200 (3MAX) baseboard built-in "options", which
|
||||
# are clones of option cards, before real TC-slot options.
|
||||
|
||||
le0 at tc? #slot ? offset ? # DS 5000/200 baseboard
|
||||
le0 at tc? #slot ? offset ? # DS 5000/200 baseboard
|
||||
le* at tc? #slot ? offset ? # TC ether option
|
||||
fta* at tc? #slot ? offset ? # TC FDDI option
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user