Add in the crypto support from the generic versions.

This commit is contained in:
Warner Losh 2012-10-23 16:12:17 +00:00
parent 099b1166f2
commit a18562d935
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241954

View File

@ -92,3 +92,7 @@ dev/ofw/ofw_if.m optional fdt
dev/ofw/ofw_bus_subr.c optional fdt
dev/ofw/ofw_fdt.c optional fdt
dev/fdt/fdt_mips.c optional fdt
# crypto support -- use generic
crypto/blowfish/bf_enc.c optional crypto | ipsec
crypto/des/des_enc.c optional crypto | ipsec