Deleted Added
full compact
Makefile (139104) Makefile (143658)
1# @(#)Makefile 8.2 (Berkeley) 12/13/93
1# @(#)Makefile 8.2 (Berkeley) 12/13/93
2# $FreeBSD: head/share/man/man3/Makefile 139104 2004-12-21 09:00:26Z ru $
2# $FreeBSD: head/share/man/man3/Makefile 143658 2005-03-15 15:53:39Z das $
3
4MAN= assert.3 \
5 bitstring.3 \
6 end.3 \
7 fpgetround.3 \
8 intro.3 \
9 ${PTHREAD_MAN} \
10 queue.3 \

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

27MLINKS+= end.3 edata.3 \
28 end.3 etext.3
29MLINKS+= fpgetround.3 fpgetmask.3 \
30 fpgetround.3 fpgetprec.3 \
31 fpgetround.3 fpgetsticky.3 \
32 fpgetround.3 fpresetsticky.3 \
33 fpgetround.3 fpsetmask.3 \
34 fpgetround.3 fpsetprec.3 \
3
4MAN= assert.3 \
5 bitstring.3 \
6 end.3 \
7 fpgetround.3 \
8 intro.3 \
9 ${PTHREAD_MAN} \
10 queue.3 \

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

27MLINKS+= end.3 edata.3 \
28 end.3 etext.3
29MLINKS+= fpgetround.3 fpgetmask.3 \
30 fpgetround.3 fpgetprec.3 \
31 fpgetround.3 fpgetsticky.3 \
32 fpgetround.3 fpresetsticky.3 \
33 fpgetround.3 fpsetmask.3 \
34 fpgetround.3 fpsetprec.3 \
35 fpgetround.3 fpsetround.3 \
36 fpgetround.3 fpsetsticky.3
35 fpgetround.3 fpsetround.3
37MLINKS+= ${PTHREAD_MLINKS}
38MLINKS+= queue.3 LIST_EMPTY.3 \
39 queue.3 LIST_ENTRY.3 \
40 queue.3 LIST_FIRST.3 \
41 queue.3 LIST_FOREACH.3 \
42 queue.3 LIST_FOREACH_SAFE.3 \
43 queue.3 LIST_HEAD.3 \
44 queue.3 LIST_HEAD_INITIALIZER.3 \

--- 214 unchanged lines hidden ---
36MLINKS+= ${PTHREAD_MLINKS}
37MLINKS+= queue.3 LIST_EMPTY.3 \
38 queue.3 LIST_ENTRY.3 \
39 queue.3 LIST_FIRST.3 \
40 queue.3 LIST_FOREACH.3 \
41 queue.3 LIST_FOREACH_SAFE.3 \
42 queue.3 LIST_HEAD.3 \
43 queue.3 LIST_HEAD_INITIALIZER.3 \

--- 214 unchanged lines hidden ---