summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-07-30 22:28:43 +0000
committerimp <imp@FreeBSD.org>2002-07-30 22:28:43 +0000
commiteabed23bc71b76aac0fe135aa284ebebc72debcb (patch)
tree4715fddda0588153abc9714f6eb7463fd693bac6
parent281af763c58e291ab1e45e06a5da935872a95d53 (diff)
downloadFreeBSD-src-eabed23bc71b76aac0fe135aa284ebebc72debcb.zip
FreeBSD-src-eabed23bc71b76aac0fe135aa284ebebc72debcb.tar.gz
Fix path to other files.<arch> files.
Fix disordering of libkern/crc32.c entry. MFC after: 1 day
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index b7de7c7..52488e3 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -984,11 +984,12 @@ kern/vfs_vnops.c standard
# of the files in libkern/ are only needed on some architectures, e.g.,
# libkern/divdi3.c is needed by i386 but not alpha. Also, some of these
# routines may be optimized for a particular platform. In either case,
-# the file should be moved to <arch>/conf/files.<arch> from here.
+# the file should be moved to conf/files.<arch> from here.
#
libkern/arc4random.c standard
libkern/bcd.c standard
libkern/bsearch.c standard
+libkern/crc32.c standard
libkern/iconv.c optional libiconv
libkern/iconv_converter_if.m optional libiconv
libkern/iconv_xlat.c optional libiconv
@@ -1011,7 +1012,6 @@ libkern/strtoq.c standard
libkern/strtoul.c standard
libkern/strtouq.c standard
libkern/strvalid.c standard
-libkern/crc32.c standard
net/bpf.c standard
net/bpf_filter.c optional bpf
bpf.h standard \
OpenPOWER on IntegriCloud