aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-05-24 09:55:02 +0000
committerBruce Evans <bde@FreeBSD.org>2004-05-24 09:55:02 +0000
commita51bebab2306337e5ddb6910e5c0faacc358c7b3 (patch)
tree9739fdb5c4e81a15dee6d3870807b26dedb9c927 /sys
parentcb6215110287af363356285d29e381147094b66a (diff)
downloadsrc-a51bebab2306337e5ddb6910e5c0faacc358c7b3.tar.gz
src-a51bebab2306337e5ddb6910e5c0faacc358c7b3.zip
Fixed insertion sort error in previous commit (prof_machdep.c).
Fixed apparently-intentional disorder of the crypto files. Lists of files should be sorted first on the pathname, not on the option name or subsystem.
Notes
Notes: svn path=/head/; revision=129646
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/files.amd648
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index 19534743bdda..5acb530dba92 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -69,8 +69,8 @@ amd64/amd64/mpboot.S optional smp
amd64/amd64/mptable.c optional mptable
amd64/amd64/mptable_pci.c optional mptable pci
amd64/amd64/nexus.c standard
-amd64/amd64/prof_machdep.c optional profiling-routine
amd64/amd64/pmap.c standard
+amd64/amd64/prof_machdep.c optional profiling-routine
amd64/amd64/sigtramp.S standard
amd64/amd64/support.S standard
amd64/amd64/sys_machdep.c standard
@@ -88,11 +88,11 @@ amd64/isa/isa_dma.c standard
amd64/isa/nmi.c standard
amd64/pci/pci_bus.c optional pci
amd64/pci/pci_cfgreg.c optional pci
-crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
-crypto/des/des_enc.c optional ipsec ipsec_esp
crypto/blowfish/bf_enc.c optional crypto
-crypto/des/des_enc.c optional crypto
+crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
crypto/des/des_ecb.c optional netsmbcrypto
+crypto/des/des_enc.c optional crypto
+crypto/des/des_enc.c optional ipsec ipsec_esp
crypto/des/des_enc.c optional netsmbcrypto
crypto/des/des_setkey.c optional netsmbcrypto
dev/fb/fb.c optional fb