Deleted Added
full compact
Makefile.inc (123974) Makefile.inc (133801)
1# $FreeBSD: head/lib/libkse/thread/Makefile.inc 123974 2003-12-29 23:21:09Z davidxu $
1# $FreeBSD: head/lib/libkse/thread/Makefile.inc 133801 2004-08-16 03:27:29Z davidxu $
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_accept.c \
8 thr_aio_suspend.c \
9 thr_atfork.c \

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

98 thr_single_np.c \
99 thr_sleep.c \
100 thr_spec.c \
101 thr_spinlock.c \
102 thr_stack.c \
103 thr_suspend_np.c \
104 thr_switch_np.c \
105 thr_system.c \
2
3# thr sources
4.PATH: ${.CURDIR}/thread
5
6SRCS+= \
7 thr_accept.c \
8 thr_aio_suspend.c \
9 thr_atfork.c \

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

98 thr_single_np.c \
99 thr_sleep.c \
100 thr_spec.c \
101 thr_spinlock.c \
102 thr_stack.c \
103 thr_suspend_np.c \
104 thr_switch_np.c \
105 thr_system.c \
106 thr_symbols.c \
106 thr_tcdrain.c \
107 thr_vfork.c \
108 thr_wait.c \
109 thr_wait4.c \
110 thr_waitpid.c \
111 thr_write.c \
112 thr_writev.c \
113 thr_yield.c
107 thr_tcdrain.c \
108 thr_vfork.c \
109 thr_wait.c \
110 thr_wait4.c \
111 thr_waitpid.c \
112 thr_write.c \
113 thr_writev.c \
114 thr_yield.c