]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/csu/Makefile
Merge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4c25a6d8, mostly
[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>