xref: /freebsd/share/man/man3/Makefile (revision c211e812bba315376315cb58f3764e198675b23c)
1afe61c15SRodney W. Grimes#	@(#)Makefile	8.2 (Berkeley) 12/13/93
2afe61c15SRodney W. Grimes
362e2a046SBruce EvansMAN3=	assert.3 bitstring.3 end.3 fpgetround.3 intro.3 queue.3 stdarg.3
4c211e812SMike PritchardMLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \
5c211e812SMike Pritchard	bitstring.3 bit_decl.3 bitstring.3 bit_ffs.3 bitstring.3 bit_nclear.3 \
6c211e812SMike Pritchard	bitstring.3 bit_nset.3 bitstring.3 bit_set.3 \
7c211e812SMike Pritchard	bitstring.3 bitstr_size.3 bitstring.3 bit_test.3
862e2a046SBruce EvansMLINKS+=end.3 edata.3 end.3 etext.3
962e2a046SBruce EvansMLINKS+=fpgetround.3 fpsetround.3 fpgetround.3 fpgetmask.3
1062e2a046SBruce EvansMLINKS+=fpgetround.3 fpsetmask.3 fpgetround.3 fpgetsticky.3
1162e2a046SBruce EvansMLINKS+=fpgetround.3 fpsetsticky.3 fpgetround.3 fpresetsticky.3
12c211e812SMike PritchardMLINKS+=queue.3 LIST_ENTRY.3 queue.3 LIST_HEAD.3 queue.3 LIST_INIT.3
13c211e812SMike PritchardMLINKS+=queue.3 LIST_INSERT_AFTER.3 queue.3 LIST_INSERT_HEAD.3
14c211e812SMike PritchardMLINKS+=queue.3 LIST_INSERT_BEFORE.3 queue.3 TAILQ_INSERT_BEFORE.3
15c211e812SMike PritchardMLINKS+=queue.3 LIST_REMOVE.3 queue.3 TAILQ_ENTRY.3 queue.3 TAILQ_HEAD.3
16c211e812SMike PritchardMLINKS+=queue.3 TAILQ_INIT.3 queue.3 TAILQ_INSERT_AFTER.3
17c211e812SMike PritchardMLINKS+=queue.3 TAILQ_INSERT_HEAD.3 queue.3 TAILQ_INSERT_TAIL.3
18c211e812SMike PritchardMLINKS+=queue.3 TAILQ_REMOVE.3 queue.3 CIRCLEQ_ENTRY.3 queue.3 CIRCLEQ_HEAD.3
19c211e812SMike PritchardMLINKS+=queue.3 CIRCLEQ_INIT.3 queue.3 CIRCLEQ_INSERT_AFTER.3
20c211e812SMike PritchardMLINKS+=queue.3 CIRCLEQ_INSERT_BEFORE.3 queue.3 CIRCLEQ_INSERT_HEAD.3
21c211e812SMike PritchardMLINKS+=queue.3 CIRCLEQ_INSERT_TAIL.3 queue.3 CIRCLEQ_REMOVE.3
22afe61c15SRodney W. GrimesMLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3
23afe61c15SRodney W. GrimesMLINKS+=stdarg.3 va_start.3
24afe61c15SRodney W. Grimes
25afe61c15SRodney W. Grimes.include <bsd.prog.mk>
26