5b2abdfb A |
1 | .PATH: ${.CURDIR}/${MACHINE_ARCH}/threads ${.CURDIR}/threads |
2 | |
3 | .if exists(${.CURDIR}/${MACHINE_ARCH}/threads/Makefile.inc) |
4 | .include "${.CURDIR}/${MACHINE_ARCH}/threads/Makefile.inc" |
5 | .endif |
6 | |
59e0d9fe |
7 | MISRCS += cprocs.c cthreads.c lu_utils.c mig_support.c |