freebsd_amp_hwpstate/lib/csu/Makefile

10 lines
144 B
Makefile

# $FreeBSD$
.if exists(${.CURDIR}/${MACHINE_ARCH})
SUBDIR+= ${MACHINE_ARCH}
.else
SUBDIR+= ${MACHINE_CPUARCH}
.endif
.include <bsd.subdir.mk>