summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-06-12 00:47:21 +0000
committermarcel <marcel@FreeBSD.org>2005-06-12 00:47:21 +0000
commit70b9333cb481d6b5da744e869d927c9ddec91429 (patch)
tree3871effbc6290161381499095bd3658fb99a30b8 /sys/conf
parent547b8204c4d8709df43333108aacf7cd762d1dac (diff)
downloadFreeBSD-src-70b9333cb481d6b5da744e869d927c9ddec91429.zip
FreeBSD-src-70b9333cb481d6b5da744e869d927c9ddec91429.tar.gz
Refactor the NETSMBCRYPTO option so that it does the same on all
platforms. ARM is excluded as it doesn't yet have any crypto sources. Approved by: re (dwhite) MFC after: 1 day
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/files.alpha5
-rw-r--r--sys/conf/files.amd642
-rw-r--r--sys/conf/files.i3862
-rw-r--r--sys/conf/files.ia641
-rw-r--r--sys/conf/files.pc982
-rw-r--r--sys/conf/files.powerpc1
-rw-r--r--sys/conf/files.sparc645
8 files changed, 10 insertions, 10 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 2a3e4fb..0ac514c 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -291,8 +291,10 @@ crypto/blowfish/bf_skey.c optional crypto
crypto/blowfish/bf_skey.c optional ipsec ipsec_esp
crypto/des/des_ecb.c optional crypto
crypto/des/des_ecb.c optional ipsec ipsec_esp
+crypto/des/des_ecb.c optional netsmbcrypto
crypto/des/des_setkey.c optional crypto
crypto/des/des_setkey.c optional ipsec ipsec_esp
+crypto/des/des_setkey.c optional netsmbcrypto
crypto/rc4/rc4.c optional netgraph_mppc_encryption
crypto/rijndael/rijndael-alg-fst.c optional crypto
crypto/rijndael/rijndael-alg-fst.c optional geom_bde
diff --git a/sys/conf/files.alpha b/sys/conf/files.alpha
index 200cb96..34846e3 100644
--- a/sys/conf/files.alpha
+++ b/sys/conf/files.alpha
@@ -160,10 +160,11 @@ compat/linux/linux_socket.c optional compat_linux
compat/linux/linux_sysctl.c optional compat_linux
compat/linux/linux_stats.c optional compat_linux
compat/linux/linux_util.c optional compat_linux
-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/blowfish/bf_enc.c optional ipsec ipsec_esp
crypto/des/des_enc.c optional crypto
+crypto/des/des_enc.c optional ipsec ipsec_esp
+crypto/des/des_enc.c optional netsmbcrypto
dev/advansys/adv_isa.c optional adv isa
dev/aic/aic_isa.c optional aic isa
dev/atkbdc/atkbd.c optional atkbd atkbdc
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index af01789..4119b27 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -125,11 +125,9 @@ amd64/pci/pci_bus.c optional pci
amd64/pci/pci_cfgreg.c optional pci
crypto/blowfish/bf_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/acpica/acpi_if.m standard
dev/arcmsr/arcmsr.c optional arcmsr pci
dev/atkbdc/atkbd.c optional atkbd atkbdc
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index d390215..6c61174 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -127,9 +127,7 @@ bf_enc.o optional ipsec ipsec_esp \
compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
no-implicit-rule
crypto/des/arch/i386/des_enc.S optional ipsec ipsec_esp
-crypto/des/des_ecb.c optional netsmbcrypto
crypto/des/arch/i386/des_enc.S optional netsmbcrypto
-crypto/des/des_setkey.c optional netsmbcrypto
bf_enc.o optional crypto \
dependency "$S/crypto/blowfish/arch/i386/bf_enc.S $S/crypto/blowfish/arch/i386/bf_enc_586.S $S/crypto/blowfish/arch/i386/bf_enc_686.S" \
compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
diff --git a/sys/conf/files.ia64 b/sys/conf/files.ia64
index 48cec80..55f4f9c 100644
--- a/sys/conf/files.ia64
+++ b/sys/conf/files.ia64
@@ -46,6 +46,7 @@ crypto/blowfish/bf_enc.c optional crypto
crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
crypto/des/des_enc.c optional crypto
crypto/des/des_enc.c optional ipsec ipsec_esp
+crypto/des/des_enc.c optional netsmbcrypto
dev/advansys/adv_isa.c optional adv isa
dev/aic/aic_isa.c optional aic isa
dev/atkbdc/atkbd.c optional atkbd atkbdc
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index ef74eff..332193e 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -83,9 +83,7 @@ bf_enc.o optional ipsec ipsec_esp \
compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
no-implicit-rule
crypto/des/arch/i386/des_enc.S optional ipsec ipsec_esp
-crypto/des/des_ecb.c optional netsmbcrypto
crypto/des/arch/i386/des_enc.S optional netsmbcrypto
-crypto/des/des_setkey.c optional netsmbcrypto
bf_enc.o optional crypto \
dependency "$S/crypto/blowfish/arch/i386/bf_enc.S $S/crypto/blowfish/arch/i386/bf_enc_586.S $S/crypto/blowfish/arch/i386/bf_enc_686.S" \
compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 5e674d4..704a3a2 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -70,6 +70,7 @@ powerpc/powerpc/db_trace.c optional ddb
crypto/blowfish/bf_enc.c optional ipsec ipsec_esp
crypto/des/des_enc.c optional ipsec ipsec_esp
+crypto/des/des_enc.c optional netsmbcrypto
dev/ofw/openfirm.c standard
dev/ofw/ofw_bus_if.m standard
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 0baea64..47b1341 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -18,10 +18,11 @@ ukbdmap.h optional ukbd_dflt_keymap \
clean "ukbdmap.h"
#
#
-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/blowfish/bf_enc.c optional ipsec ipsec_esp
crypto/des/des_enc.c optional crypto
+crypto/des/des_enc.c optional ipsec ipsec_esp
+crypto/des/des_enc.c optional netsmbcrypto
dev/atkbdc/atkbd.c optional atkbd atkbdc
dev/atkbdc/atkbd_atkbdc.c optional atkbd atkbdc
dev/atkbdc/atkbdc.c optional atkbdc
OpenPOWER on IntegriCloud