Merge from sys/i386/conf/files.i386 revision 1.259.

This commit is contained in:
KATO Takenori 1999-08-18 08:20:28 +00:00
parent 1e95670ae6
commit a0abbb38fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50006
2 changed files with 8 additions and 4 deletions

View File

@ -3,7 +3,7 @@
#
# modified for PC-9801
#
# $Id: files.pc98,v 1.104 1999/08/08 11:12:00 kato Exp $
# $Id: files.pc98,v 1.105 1999/08/09 10:34:59 phk Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@ -58,8 +58,10 @@ i386/eisa/ahc_eisa.c optional eisa ahc \
i386/eisa/ahb.c optional ahb
i386/eisa/bt_eisa.c optional bt
i386/eisa/eisaconf.c optional eisa
i386/eisa/if_vx_eisa.c optional vx
i386/eisa/if_fea.c optional fea
i386/eisa/if_vx_eisa.c optional vx
i386/i386/atomic.c standard \
compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} $<"
i386/i386/autoconf.c standard
i386/i386/bios.c standard
i386/i386/bioscall.s standard

View File

@ -3,7 +3,7 @@
#
# modified for PC-9801
#
# $Id: files.pc98,v 1.104 1999/08/08 11:12:00 kato Exp $
# $Id: files.pc98,v 1.105 1999/08/09 10:34:59 phk Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@ -58,8 +58,10 @@ i386/eisa/ahc_eisa.c optional eisa ahc \
i386/eisa/ahb.c optional ahb
i386/eisa/bt_eisa.c optional bt
i386/eisa/eisaconf.c optional eisa
i386/eisa/if_vx_eisa.c optional vx
i386/eisa/if_fea.c optional fea
i386/eisa/if_vx_eisa.c optional vx
i386/i386/atomic.c standard \
compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} $<"
i386/i386/autoconf.c standard
i386/i386/bios.c standard
i386/i386/bioscall.s standard