6 lines
133 B
Makefile
6 lines
133 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
|
|
|
|
SRCS+= thr_error.c _curthread.S _setcurthread.c
|