mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 16:50:25 -04:00
9 lines
144 B
Makefile
9 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(${.CURDIR}/${MACHINE_ARCH})
|
|
SUBDIR+= ${MACHINE_ARCH}
|
|
.else
|
|
SUBDIR+= ${MACHINE_CPUARCH}
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|