Deleted Added
full compact
Makefile (179210) Makefile (183442)
1# @(#)Makefile 8.2 (Berkeley) 12/13/93
1# @(#)Makefile 8.2 (Berkeley) 12/13/93
2# $FreeBSD: head/share/man/man3/Makefile 179210 2008-05-22 14:40:03Z ed $
2# $FreeBSD: head/share/man/man3/Makefile 183442 2008-09-28 20:15:45Z ed $
3
4.include <bsd.own.mk>
5
6MAN= assert.3 \
7 bitstring.3 \
8 end.3 \
9 fpgetround.3 \
10 intro.3 \
3
4.include <bsd.own.mk>
5
6MAN= assert.3 \
7 bitstring.3 \
8 end.3 \
9 fpgetround.3 \
10 intro.3 \
11 makedev.3 \
11 ${PTHREAD_MAN} \
12 queue.3 \
13 siginfo.3 \
14 stdarg.3 \
15 sysexits.3 \
16 tgmath.3 \
17 timeradd.3 \
18 tree.3

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

31 end.3 etext.3
32MLINKS+= fpgetround.3 fpgetmask.3 \
33 fpgetround.3 fpgetprec.3 \
34 fpgetround.3 fpgetsticky.3 \
35 fpgetround.3 fpresetsticky.3 \
36 fpgetround.3 fpsetmask.3 \
37 fpgetround.3 fpsetprec.3 \
38 fpgetround.3 fpsetround.3
12 ${PTHREAD_MAN} \
13 queue.3 \
14 siginfo.3 \
15 stdarg.3 \
16 sysexits.3 \
17 tgmath.3 \
18 timeradd.3 \
19 tree.3

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

32 end.3 etext.3
33MLINKS+= fpgetround.3 fpgetmask.3 \
34 fpgetround.3 fpgetprec.3 \
35 fpgetround.3 fpgetsticky.3 \
36 fpgetround.3 fpresetsticky.3 \
37 fpgetround.3 fpsetmask.3 \
38 fpgetround.3 fpsetprec.3 \
39 fpgetround.3 fpsetround.3
40MLINKS+= makedev.3 major.3 \
41 makedev.3 minor.3
39MLINKS+= ${PTHREAD_MLINKS}
40MLINKS+= queue.3 LIST_EMPTY.3 \
41 queue.3 LIST_ENTRY.3 \
42 queue.3 LIST_FIRST.3 \
43 queue.3 LIST_FOREACH.3 \
44 queue.3 LIST_FOREACH_SAFE.3 \
45 queue.3 LIST_HEAD.3 \
46 queue.3 LIST_HEAD_INITIALIZER.3 \

--- 223 unchanged lines hidden ---
42MLINKS+= ${PTHREAD_MLINKS}
43MLINKS+= queue.3 LIST_EMPTY.3 \
44 queue.3 LIST_ENTRY.3 \
45 queue.3 LIST_FIRST.3 \
46 queue.3 LIST_FOREACH.3 \
47 queue.3 LIST_FOREACH_SAFE.3 \
48 queue.3 LIST_HEAD.3 \
49 queue.3 LIST_HEAD_INITIALIZER.3 \

--- 223 unchanged lines hidden ---