]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/csu/Makefile
MFV r339226 (peter): Record merge of serf-1.3.9.
[FreeBSD/FreeBSD.git] / lib / csu / Makefile
1 # $FreeBSD$
2
3 .if exists(${.CURDIR}/${MACHINE_ARCH})
4 SUBDIR+= ${MACHINE_ARCH}
5 .else
6 SUBDIR+= ${MACHINE_CPUARCH}
7 .endif
8
9 .include <bsd.subdir.mk>