Makefile (8050e0a4299d83d5ba99981e74f6a12b5c4e3dae) | Makefile (894bcc876da9390a02789dba31ab5ec5ec90bc33) |
---|---|
1# $FreeBSD$ 2 3SYSDIR?=${SRCTOP}/sys 4.include "${SYSDIR}/conf/kern.opts.mk" 5 6SUBDIR_PARALLEL= 7 8# Modules that include binary-only blobs of microcode should be selectable by --- 574 unchanged lines hidden (view full) --- 583_mac_ntpd= mac_ntpd 584_mac_partition= mac_partition 585_mac_pimd= mac_pimd 586_mac_portacl= mac_portacl 587_mac_priority= mac_priority 588_mac_seeotheruids= mac_seeotheruids 589_mac_stub= mac_stub 590_mac_test= mac_test | 1# $FreeBSD$ 2 3SYSDIR?=${SRCTOP}/sys 4.include "${SYSDIR}/conf/kern.opts.mk" 5 6SUBDIR_PARALLEL= 7 8# Modules that include binary-only blobs of microcode should be selectable by --- 574 unchanged lines hidden (view full) --- 583_mac_ntpd= mac_ntpd 584_mac_partition= mac_partition 585_mac_pimd= mac_pimd 586_mac_portacl= mac_portacl 587_mac_priority= mac_priority 588_mac_seeotheruids= mac_seeotheruids 589_mac_stub= mac_stub 590_mac_test= mac_test |
591.if ${MK_VERIEXEC} != "no" || defined(ALL_MODULES) |
|
591_mac_veriexec= mac_veriexec 592_mac_veriexec_sha1= mac_veriexec_sha1 593_mac_veriexec_sha256= mac_veriexec_sha256 594_mac_veriexec_sha384= mac_veriexec_sha384 595_mac_veriexec_sha512= mac_veriexec_sha512 596.endif | 592_mac_veriexec= mac_veriexec 593_mac_veriexec_sha1= mac_veriexec_sha1 594_mac_veriexec_sha256= mac_veriexec_sha256 595_mac_veriexec_sha384= mac_veriexec_sha384 596_mac_veriexec_sha512= mac_veriexec_sha512 597.endif |
598.endif |
|
597 598.if ${MK_NETGRAPH} != "no" || defined(ALL_MODULES) 599_netgraph= netgraph 600.endif 601 602.if (${MK_PF} != "no" && (${MK_INET_SUPPORT} != "no" || \ 603 ${MK_INET6_SUPPORT} != "no")) || defined(ALL_MODULES) 604_pf= pf --- 298 unchanged lines hidden --- | 599 600.if ${MK_NETGRAPH} != "no" || defined(ALL_MODULES) 601_netgraph= netgraph 602.endif 603 604.if (${MK_PF} != "no" && (${MK_INET_SUPPORT} != "no" || \ 605 ${MK_INET6_SUPPORT} != "no")) || defined(ALL_MODULES) 606_pf= pf --- 298 unchanged lines hidden --- |