summaryrefslogtreecommitdiffstats
path: root/share/man/man3/Makefile
blob: 21ff7068d3c3d868b95a047f6d44c09b1d1f880a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
#	@(#)Makefile	8.2 (Berkeley) 12/13/93
# $FreeBSD$

MAN3=	assert.3 bitstring.3 end.3 fpgetround.3 intro.3 pthread.3 queue.3 \
	stdarg.3 sysexits.3
MLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \
	bitstring.3 bit_decl.3 bitstring.3 bit_ffc.3 bitstring.3 bit_ffs.3 \
	bitstring.3 bit_nclear.3 bitstring.3 bit_nset.3 bitstring.3 bit_set.3 \
	bitstring.3 bitstr_size.3 bitstring.3 bit_test.3
MLINKS+=end.3 edata.3 end.3 etext.3
MLINKS+=fpgetround.3 fpsetround.3 fpgetround.3 fpgetmask.3
MLINKS+=fpgetround.3 fpsetmask.3 fpgetround.3 fpgetsticky.3
MLINKS+=fpgetround.3 fpsetsticky.3 fpgetround.3 fpresetsticky.3
MLINKS+=fpgetround.3 fpsetprec.3 fpgetround.3 fpgetprec.3

MLINKS+=queue.3 LIST_EMPTY.3
MLINKS+=queue.3 LIST_ENTRY.3
MLINKS+=queue.3 LIST_HEAD.3
MLINKS+=queue.3 LIST_HEAD_INITIALIZER.3
MLINKS+=queue.3 LIST_INIT.3
MLINKS+=queue.3 LIST_INSERT_AFTER.3
MLINKS+=queue.3 LIST_INSERT_BEFORE.3
MLINKS+=queue.3 LIST_INSERT_HEAD.3
MLINKS+=queue.3 LIST_FIRST.3
MLINKS+=queue.3 LIST_FOREACH.3
MLINKS+=queue.3 LIST_NEXT.3
MLINKS+=queue.3 LIST_REMOVE.3
MLINKS+=queue.3 SLIST_EMPTY.3
MLINKS+=queue.3 SLIST_ENTRY.3
MLINKS+=queue.3 SLIST_FIRST.3
MLINKS+=queue.3 SLIST_FOREACH.3
MLINKS+=queue.3 SLIST_HEAD.3
MLINKS+=queue.3 SLIST_HEAD_INITIALIZER.3
MLINKS+=queue.3 SLIST_INIT.3
MLINKS+=queue.3 SLIST_INSERT_AFTER.3
MLINKS+=queue.3 SLIST_INSERT_HEAD.3
MLINKS+=queue.3 SLIST_NEXT.3
MLINKS+=queue.3 SLIST_REMOVE.3
MLINKS+=queue.3 SLIST_REMOVE_HEAD.3
MLINKS+=queue.3 STAILQ_EMPTY.3
MLINKS+=queue.3 STAILQ_ENTRY.3
MLINKS+=queue.3 STAILQ_FIRST.3
MLINKS+=queue.3 STAILQ_FOREACH.3
MLINKS+=queue.3 STAILQ_HEAD.3
MLINKS+=queue.3 STAILQ_HEAD_INITIALIZER.3
MLINKS+=queue.3 STAILQ_INIT.3
MLINKS+=queue.3 STAILQ_INSERT_AFTER.3
MLINKS+=queue.3 STAILQ_INSERT_HEAD.3
MLINKS+=queue.3 STAILQ_INSERT_TAIL.3
MLINKS+=queue.3 STAILQ_LAST.3
MLINKS+=queue.3 STAILQ_NEXT.3
MLINKS+=queue.3 STAILQ_REMOVE.3
MLINKS+=queue.3 STAILQ_REMOVE_HEAD.3
MLINKS+=queue.3 TAILQ_EMPTY.3
MLINKS+=queue.3 TAILQ_ENTRY.3
MLINKS+=queue.3 TAILQ_FIRST.3
MLINKS+=queue.3 TAILQ_FOREACH.3
MLINKS+=queue.3 TAILQ_FOREACH_REVERSE.3
MLINKS+=queue.3 TAILQ_HEAD.3
MLINKS+=queue.3 TAILQ_HEAD_INITIALIZER.3
MLINKS+=queue.3 TAILQ_INIT.3
MLINKS+=queue.3 TAILQ_INSERT_AFTER.3
MLINKS+=queue.3 TAILQ_INSERT_BEFORE.3
MLINKS+=queue.3 TAILQ_INSERT_HEAD.3
MLINKS+=queue.3 TAILQ_INSERT_TAIL.3
MLINKS+=queue.3 TAILQ_LAST.3
MLINKS+=queue.3 TAILQ_NEXT.3
MLINKS+=queue.3 TAILQ_PREV.3
MLINKS+=queue.3 TAILQ_REMOVE.3

MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3
MLINKS+=stdarg.3 va_start.3

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud