mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 21:31:02 -05:00
8 lines
136 B
Makefile
8 lines
136 B
Makefile
|
|
.if ${MACHINE_CPUARCH} == "aarch64"
|
|
SUBDIR= if_axa
|
|
.elif ${MACHINE_CPUARCH} == "amd64"
|
|
SUBDIR= if_axp
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|