Newer
Older
UbixOS / lib / csu / Makefile
@Charlie Root Charlie Root on 16 Jan 2018 211 bytes Sync
# $FreeBSD: releng/11.1/lib/csu/Makefile 283125 2015-05-19 21:00:53Z emaste $

.if exists(${.CURDIR}/${MACHINE_ARCH})
SUBDIR+= ${MACHINE_ARCH}
.else
SUBDIR+= ${MACHINE_CPUARCH}
.endif

.include <ubix.subdir.mk>