svn commit: r285152 - head/sys/conf
George V. Neville-Neil
gnn at FreeBSD.org
Sat Jul 4 21:32:45 UTC 2015
Author: gnn
Date: Sat Jul 4 21:32:44 2015
New Revision: 285152
URL: https://svnweb.freebsd.org/changeset/base/285152
Log:
Summary: Add missing files necessary to build with IPSEC and crypto
Modified:
head/sys/conf/files.arm64
Modified: head/sys/conf/files.arm64
==============================================================================
--- head/sys/conf/files.arm64 Sat Jul 4 20:31:06 2015 (r285151)
+++ head/sys/conf/files.arm64 Sat Jul 4 21:32:44 2015 (r285152)
@@ -46,6 +46,8 @@ arm64/arm64/uio_machdep.c standard
arm64/arm64/unwind.c optional ddb | kdtrace_hooks
arm64/arm64/vfp.c standard
arm64/arm64/vm_machdep.c standard
+crypto/blowfish/bf_enc.c optional crypto | ipsec
+crypto/des/des_enc.c optional crypto | ipsec | netsmb
dev/acpica/acpi_if.m optional acpi
dev/fdt/fdt_arm64.c optional fdt
dev/hwpmc/hwpmc_arm64.c optional hwpmc
More information about the svn-src-all
mailing list