302af79506
This was a leftover from when we had both i386 a.out and ELF. Reviewed by: kib, imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2591
10 lines
144 B
Makefile
10 lines
144 B
Makefile
# $FreeBSD$
|
|
|
|
.if exists(${.CURDIR}/${MACHINE_ARCH})
|
|
SUBDIR+= ${MACHINE_ARCH}
|
|
.else
|
|
SUBDIR+= ${MACHINE_CPUARCH}
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|