Deleted Added
full compact
Makefile.inc (151871) Makefile.inc (154130)
1# $FreeBSD: head/lib/libthr/thread/Makefile.inc 151871 2005-10-30 03:16:30Z davidxu $
1# $FreeBSD: head/lib/libthr/thread/Makefile.inc 154130 2006-01-09 08:07:22Z davidxu $
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_attr.c \
8 thr_barrier.c \
9 thr_barrierattr.c \

--- 5 unchanged lines hidden (view full) ---

15 thr_create.c \
16 thr_detach.c \
17 thr_equal.c \
18 thr_event.c \
19 thr_exit.c \
20 thr_fork.c \
21 thr_getprio.c \
22 thr_getschedparam.c \
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_attr.c \
8 thr_barrier.c \
9 thr_barrierattr.c \

--- 5 unchanged lines hidden (view full) ---

15 thr_create.c \
16 thr_detach.c \
17 thr_equal.c \
18 thr_event.c \
19 thr_exit.c \
20 thr_fork.c \
21 thr_getprio.c \
22 thr_getschedparam.c \
23 thr_info.c \
23 thr_init.c \
24 thr_join.c \
25 thr_list.c \
26 thr_kern.c \
27 thr_kill.c \
28 thr_main_np.c \
29 thr_multi_np.c \
30 thr_mutex.c \

--- 26 unchanged lines hidden ---
24 thr_init.c \
25 thr_join.c \
26 thr_list.c \
27 thr_kern.c \
28 thr_kill.c \
29 thr_main_np.c \
30 thr_multi_np.c \
31 thr_mutex.c \

--- 26 unchanged lines hidden ---