Deleted Added
full compact
Makefile (162846) Makefile (172491)
1# @(#)Makefile 8.2 (Berkeley) 12/13/93
1# @(#)Makefile 8.2 (Berkeley) 12/13/93
2# $FreeBSD: head/share/man/man3/Makefile 162846 2006-09-30 11:32:46Z ru $
2# $FreeBSD: head/share/man/man3/Makefile 172491 2007-10-09 13:42:34Z obrien $
3
4.include <bsd.own.mk>
5
6MAN= assert.3 \
7 bitstring.3 \
8 end.3 \
9 fpgetround.3 \
10 intro.3 \

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

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

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

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

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

--- 108 unchanged lines hidden ---