summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-06-07 22:26:59 +0000
committernate <nate@FreeBSD.org>1996-06-07 22:26:59 +0000
commit047f8d9223a6ae0b4ce774c98315a1680a87a6f0 (patch)
tree6b42cf756b4ae91ce5a6dc771b53a6e3a398c566 /sys
parent2ec48a7d7f44ec0a535e6143ee614655ef9f951c (diff)
downloadFreeBSD-src-047f8d9223a6ae0b4ce774c98315a1680a87a6f0.zip
FreeBSD-src-047f8d9223a6ae0b4ce774c98315a1680a87a6f0.tar.gz
Added index as a 'standard' file. It could be added as 'optional' for
ibcs2, but I felt it might be useful in other code as well at a later point.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.i3863
-rw-r--r--sys/i386/conf/files.i3863
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 18e48b1..5a414db 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.134 1996/05/02 10:41:15 phk Exp $
+# $Id: files.i386,v 1.135 1996/05/04 08:41:28 peter Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
@@ -215,6 +215,7 @@ i386/scsi/bt.c optional bt device-driver
libkern/bcd.c standard
libkern/divdi3.c standard
libkern/inet_ntoa.c standard
+libkern/index.c standard
libkern/mcount.c optional profiling-routine
libkern/moddi3.c standard
libkern/qdivrem.c standard
diff --git a/sys/i386/conf/files.i386 b/sys/i386/conf/files.i386
index 18e48b1..5a414db 100644
--- a/sys/i386/conf/files.i386
+++ b/sys/i386/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.134 1996/05/02 10:41:15 phk Exp $
+# $Id: files.i386,v 1.135 1996/05/04 08:41:28 peter Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/aic7xxx_asm.c" \
@@ -215,6 +215,7 @@ i386/scsi/bt.c optional bt device-driver
libkern/bcd.c standard
libkern/divdi3.c standard
libkern/inet_ntoa.c standard
+libkern/index.c standard
libkern/mcount.c optional profiling-routine
libkern/moddi3.c standard
libkern/qdivrem.c standard
OpenPOWER on IntegriCloud