Deleted Added
full compact
Makefile (176920) Makefile (177714)
1# @(#)Makefile 8.2 (Berkeley) 12/13/93
1# @(#)Makefile 8.2 (Berkeley) 12/13/93
2# $FreeBSD: head/share/man/man3/Makefile 176920 2008-03-07 22:29:53Z jasone $
2# $FreeBSD: head/share/man/man3/Makefile 177714 2008-03-29 17:44:40Z ru $
3
4.include <bsd.own.mk>
5
6MAN= assert.3 \
7 bitstring.3 \
8 end.3 \
9 fpgetround.3 \
10 intro.3 \

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

143 tree.3 SPLAY_MAX.3 \
144 tree.3 SPLAY_MIN.3 \
145 tree.3 SPLAY_NEXT.3 \
146 tree.3 SPLAY_PROTOTYPE.3 \
147 tree.3 SPLAY_REMOVE.3 \
148 tree.3 SPLAY_RIGHT.3 \
149 tree.3 SPLAY_ROOT.3
150
3
4.include <bsd.own.mk>
5
6MAN= assert.3 \
7 bitstring.3 \
8 end.3 \
9 fpgetround.3 \
10 intro.3 \

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

143 tree.3 SPLAY_MAX.3 \
144 tree.3 SPLAY_MIN.3 \
145 tree.3 SPLAY_NEXT.3 \
146 tree.3 SPLAY_PROTOTYPE.3 \
147 tree.3 SPLAY_REMOVE.3 \
148 tree.3 SPLAY_RIGHT.3 \
149 tree.3 SPLAY_ROOT.3
150
151.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
151.if ${MK_LIBTHR} != "no"
152PTHREAD_MAN= pthread.3 \
153 pthread_atfork.3 \
154 pthread_attr.3 \
155 pthread_attr_get_np.3 \
156 pthread_attr_setcreatesuspend_np.3 \
157 pthread_barrierattr.3 \
158 pthread_barrier_destroy.3 \
159 pthread_cancel.3 \

--- 108 unchanged lines hidden ---
152PTHREAD_MAN= pthread.3 \
153 pthread_atfork.3 \
154 pthread_attr.3 \
155 pthread_attr_get_np.3 \
156 pthread_attr_setcreatesuspend_np.3 \
157 pthread_barrierattr.3 \
158 pthread_barrier_destroy.3 \
159 pthread_cancel.3 \

--- 108 unchanged lines hidden ---