diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-06-23 04:28:31 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2003-06-23 04:28:31 +0000 |
| commit | 842728619a412d2ce3a8c4c5ba4ac60a9a77726c (patch) | |
| tree | cba0fc10183a796b368196a025bc54f119e98d68 /lib/libpthread/sys | |
| parent | e3f932de5a35dc53acb0be154494b53cf78fcd17 (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/sys')
| -rw-r--r-- | lib/libpthread/sys/Makefile.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libpthread/sys/Makefile.inc b/lib/libpthread/sys/Makefile.inc index ac659e82bf2f..fb4a10885695 100644 --- a/lib/libpthread/sys/Makefile.inc +++ b/lib/libpthread/sys/Makefile.inc @@ -1,7 +1,5 @@ # $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 +.PATH: ${.CURDIR}/sys +SRCS+= lock.c thr_error.c |
