mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 17:32:43 +00:00
7 lines
108 B
Makefile
7 lines
108 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}
|
|
|
|
SRCS+= uthread_error.c _atomic_lock.S
|
|
|