]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/csu/Makefile
Make linux_ptrace() use linux_msg() instead of printf().
[FreeBSD/FreeBSD.git] / lib / csu / Makefile
1 # $FreeBSD$
2
3 .include <src.opts.mk>
4
5 .if exists(${.CURDIR}/${MACHINE_ARCH})
6 SUBDIR+= ${MACHINE_ARCH}
7 .else
8 SUBDIR+= ${MACHINE_CPUARCH}
9 .endif
10
11 HAS_TESTS=
12 SUBDIR.${MK_TESTS}+= tests
13
14 .include <bsd.subdir.mk>