mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
9 lines
136 B
Makefile
9 lines
136 B
Makefile
|
|
|
||
|
|
.if ${MACHINE_CPUARCH} == "aarch64"
|
||
|
|
SUBDIR= if_axa
|
||
|
|
.elif ${MACHINE_CPUARCH} == "amd64"
|
||
|
|
SUBDIR= if_axp
|
||
|
|
.endif
|
||
|
|
|
||
|
|
.include <bsd.subdir.mk>
|