mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
10 lines
148 B
Makefile
10 lines
148 B
Makefile
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
.if ${MACHINE_CPUARCH} == "aarch64"
|
||
|
|
SUBDIR= if_axa
|
||
|
|
.elif ${MACHINE_CPUARCH} == "amd64"
|
||
|
|
SUBDIR= if_axp
|
||
|
|
.endif
|
||
|
|
|
||
|
|
.include <bsd.subdir.mk>
|