Deleted Added
full compact
Makefile.inc (157457) Makefile.inc (176763)
1# $FreeBSD: head/lib/libthr/thread/Makefile.inc 157457 2006-04-04 02:57:49Z davidxu $
1# $FreeBSD: head/lib/libthr/thread/Makefile.inc 176763 2008-03-03 09:16:29Z davidxu $
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_affinity.c \
7 thr_attr.c \
8 thr_barrier.c \
9 thr_barrierattr.c \
10 thr_cancel.c \
11 thr_clean.c \
12 thr_concurrency.c \
13 thr_cond.c \
14 thr_condattr.c \

--- 40 unchanged lines hidden ---
8 thr_attr.c \
9 thr_barrier.c \
10 thr_barrierattr.c \
11 thr_cancel.c \
12 thr_clean.c \
13 thr_concurrency.c \
14 thr_cond.c \
15 thr_condattr.c \

--- 40 unchanged lines hidden ---