]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/axgbe/Makefile
MFV: zlib 1.3
[FreeBSD/FreeBSD.git] / sys / modules / axgbe / Makefile
1
2 .if ${MACHINE_CPUARCH} == "aarch64"
3 SUBDIR= if_axa
4 .elif ${MACHINE_CPUARCH} == "amd64"
5 SUBDIR= if_axp
6 .endif
7
8 .include <bsd.subdir.mk>