Make kernel build on alpha again. New kld stuff needs rindex.

This commit is contained in:
Gary Palmer 1998-10-10 18:32:18 +00:00
parent 374e41f47f
commit 1383f617d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40185
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.alpha,v 1.9 1998/09/16 08:22:09 dfr Exp $
# $Id: files.alpha,v 1.10 1998/09/17 09:38:36 dfr Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@ -122,6 +122,7 @@ libkern/index.c standard
libkern/mcount.c optional profiling-routine
libkern/qsort.c standard
libkern/random.c standard
libkern/rindex.c standard
libkern/scanc.c standard
libkern/skpc.c standard
libkern/strcat.c standard

View file

@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.alpha,v 1.9 1998/09/16 08:22:09 dfr Exp $
# $Id: files.alpha,v 1.10 1998/09/17 09:38:36 dfr Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@ -122,6 +122,7 @@ libkern/index.c standard
libkern/mcount.c optional profiling-routine
libkern/qsort.c standard
libkern/random.c standard
libkern/rindex.c standard
libkern/scanc.c standard
libkern/skpc.c standard
libkern/strcat.c standard