Makefile (d9a9f23d0b3f1676d5656b76301341c0037d15b7) Makefile (11c79f9e358d725dd75d91d2ff2996fd77dc88e5)
1
2.include <src.opts.mk>
3
4# The SUBDIR_BOOTSTRAP list is a small set of libraries which are used by many
5# of the other libraries. These are built first with a .WAIT between them
6# and the main list to avoid needing a SUBDIR_DEPEND line on every library
7# naming just these few items.
8

--- 189 unchanged lines hidden (view full) ---

198.endif
199
200.if ${MACHINE_CPUARCH} == "aarch64"
201SUBDIR.${MK_PMC}+= libopencsd
202.endif
203
204.if ${MACHINE_CPUARCH} == "amd64"
205SUBDIR.${MK_PMC}+= libipt
1
2.include <src.opts.mk>
3
4# The SUBDIR_BOOTSTRAP list is a small set of libraries which are used by many
5# of the other libraries. These are built first with a .WAIT between them
6# and the main list to avoid needing a SUBDIR_DEPEND line on every library
7# naming just these few items.
8

--- 189 unchanged lines hidden (view full) ---

198.endif
199
200.if ${MACHINE_CPUARCH} == "aarch64"
201SUBDIR.${MK_PMC}+= libopencsd
202.endif
203
204.if ${MACHINE_CPUARCH} == "amd64"
205SUBDIR.${MK_PMC}+= libipt
206.endif
207
208.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "aarch64"
206SUBDIR.${MK_BHYVE}+= libvmmapi
207.endif
208
209.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_CPUARCH} != "arm"
210SUBDIR.${MK_OPENMP}+= libomp
211.endif
212.if ${MK_USB} != "no"
213SUBDIR.${MK_OPENSSH}+= libcbor libfido2

--- 21 unchanged lines hidden ---
209SUBDIR.${MK_BHYVE}+= libvmmapi
210.endif
211
212.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_CPUARCH} != "arm"
213SUBDIR.${MK_OPENMP}+= libomp
214.endif
215.if ${MK_USB} != "no"
216SUBDIR.${MK_OPENSSH}+= libcbor libfido2

--- 21 unchanged lines hidden ---