mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
6 lines
181 B
Makefile
6 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
|
|
|
|
SRCS+= thr_error.c _atomic_lock.S ksd.c thr_enter_uts.S thr_getcontext.S \
|
|
thr_switch.S lock.c
|