| 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 | |
| 7 | SRCS += cprocs.c cthreads.c lu_utils.c mig_support.c |