diff --git a/sys/modules/Makefile b/sys/modules/Makefile index b59559f4c621..71e0be4cce2c 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -235,6 +235,11 @@ SUBDIR= \ ${_mac_seeotheruids} \ ${_mac_stub} \ ${_mac_test} \ + ${_mac_veriexec} \ + ${_mac_veriexec_sha1} \ + ${_mac_veriexec_sha256} \ + ${_mac_veriexec_sha384} \ + ${_mac_veriexec_sha512} \ ${_malo} \ ${_mana} \ md \ @@ -583,6 +588,11 @@ _mac_priority= mac_priority _mac_seeotheruids= mac_seeotheruids _mac_stub= mac_stub _mac_test= mac_test +_mac_veriexec= mac_veriexec +_mac_veriexec_sha1= mac_veriexec_sha1 +_mac_veriexec_sha256= mac_veriexec_sha256 +_mac_veriexec_sha384= mac_veriexec_sha384 +_mac_veriexec_sha512= mac_veriexec_sha512 .endif .if ${MK_NETGRAPH} != "no" || defined(ALL_MODULES)