1 2 3 4 5 6 7
.if ${MACHINE_CPUARCH} == "aarch64" SUBDIR= if_axa .elif ${MACHINE_CPUARCH} == "amd64" SUBDIR= if_axp .endif .include <bsd.subdir.mk>