diff options
author | marcel <marcel@FreeBSD.org> | 2005-06-12 00:47:21 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2005-06-12 00:47:21 +0000 |
commit | 70b9333cb481d6b5da744e869d927c9ddec91429 (patch) | |
tree | 3871effbc6290161381499095bd3658fb99a30b8 /sys/conf/files.pc98 | |
parent | 547b8204c4d8709df43333108aacf7cd762d1dac (diff) | |
download | FreeBSD-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/files.pc98')
-rw-r--r-- | sys/conf/files.pc98 | 2 |
1 files changed, 0 insertions, 2 deletions
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}" \ |