Add in the crypto support from the generic versions.

This commit is contained in:
imp 2012-10-23 16:12:17 +00:00
parent fac13b401e
commit 4b0f524bb8

@ -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