1# @(#)Makefile 8.2 (Berkeley) 12/13/93 2# $FreeBSD$ 3 4MAN3= assert.3 bitstring.3 end.3 fpgetround.3 intro.3 pthread.3 queue.3 \ 5 stdarg.3 sysexits.3 6MLINKS+=bitstring.3 bit_alloc.3 bitstring.3 bit_clear.3 \ 7 bitstring.3 bit_decl.3 bitstring.3 bit_ffc.3 bitstring.3 bit_ffs.3 \ 8 bitstring.3 bit_nclear.3 bitstring.3 bit_nset.3 bitstring.3 bit_set.3 \ 9 bitstring.3 bitstr_size.3 bitstring.3 bit_test.3 10MLINKS+=end.3 edata.3 end.3 etext.3 11MLINKS+=fpgetround.3 fpsetround.3 fpgetround.3 fpgetmask.3 12MLINKS+=fpgetround.3 fpsetmask.3 fpgetround.3 fpgetsticky.3 13MLINKS+=fpgetround.3 fpsetsticky.3 fpgetround.3 fpresetsticky.3 14MLINKS+=fpgetround.3 fpsetprec.3 fpgetround.3 fpgetprec.3 15 16MLINKS+=queue.3 CIRCLEQ_EMPTY.3 17MLINKS+=queue.3 CIRCLEQ_ENTRY.3 18MLINKS+=queue.3 CIRCLEQ_FIRST.3 19MLINKS+=queue.3 CIRCLEQ_FOREACH.3 20MLINKS+=queue.3 CIRCLEQ_FOREACH_REVERSE.3 21MLINKS+=queue.3 CIRCLEQ_HEAD.3 22MLINKS+=queue.3 CIRCLEQ_HEAD_INITIALIZER.3 23MLINKS+=queue.3 CIRCLEQ_INIT.3 24MLINKS+=queue.3 CIRCLEQ_INSERT_AFTER.3 25MLINKS+=queue.3 CIRCLEQ_INSERT_BEFORE.3 26MLINKS+=queue.3 CIRCLEQ_INSERT_HEAD.3 27MLINKS+=queue.3 CIRCLEQ_INSERT_TAIL.3 28MLINKS+=queue.3 CIRCLEQ_LAST.3 29MLINKS+=queue.3 CIRCLEQ_NEXT.3 30MLINKS+=queue.3 CIRCLEQ_PREV.3 31MLINKS+=queue.3 CIRCLEQ_REMOVE.3 32MLINKS+=queue.3 LIST_EMPTY.3 33MLINKS+=queue.3 LIST_ENTRY.3 34MLINKS+=queue.3 LIST_HEAD.3 35MLINKS+=queue.3 LIST_HEAD_INITIALIZER.3 36MLINKS+=queue.3 LIST_INIT.3 37MLINKS+=queue.3 LIST_INSERT_AFTER.3 38MLINKS+=queue.3 LIST_INSERT_BEFORE.3 39MLINKS+=queue.3 LIST_INSERT_HEAD.3 40MLINKS+=queue.3 LIST_FIRST.3 41MLINKS+=queue.3 LIST_FOREACH.3 42MLINKS+=queue.3 LIST_NEXT.3 43MLINKS+=queue.3 LIST_REMOVE.3 44MLINKS+=queue.3 SLIST_EMPTY.3 45MLINKS+=queue.3 SLIST_ENTRY.3 46MLINKS+=queue.3 SLIST_FIRST.3 47MLINKS+=queue.3 SLIST_FOREACH.3 48MLINKS+=queue.3 SLIST_HEAD.3 49MLINKS+=queue.3 SLIST_HEAD_INITIALIZER.3 50MLINKS+=queue.3 SLIST_INIT.3 51MLINKS+=queue.3 SLIST_INSERT_AFTER.3 52MLINKS+=queue.3 SLIST_INSERT_HEAD.3 53MLINKS+=queue.3 SLIST_NEXT.3 54MLINKS+=queue.3 SLIST_REMOVE.3 55MLINKS+=queue.3 SLIST_REMOVE_HEAD.3 56MLINKS+=queue.3 STAILQ_EMPTY.3 57MLINKS+=queue.3 STAILQ_ENTRY.3 58MLINKS+=queue.3 STAILQ_FIRST.3 59MLINKS+=queue.3 STAILQ_FOREACH.3 60MLINKS+=queue.3 STAILQ_HEAD.3 61MLINKS+=queue.3 STAILQ_HEAD_INITIALIZER.3 62MLINKS+=queue.3 STAILQ_INIT.3 63MLINKS+=queue.3 STAILQ_INSERT_AFTER.3 64MLINKS+=queue.3 STAILQ_INSERT_HEAD.3 65MLINKS+=queue.3 STAILQ_INSERT_TAIL.3 66MLINKS+=queue.3 STAILQ_LAST.3 67MLINKS+=queue.3 STAILQ_NEXT.3 68MLINKS+=queue.3 STAILQ_REMOVE.3 69MLINKS+=queue.3 STAILQ_REMOVE_HEAD.3 70MLINKS+=queue.3 TAILQ_EMPTY.3 71MLINKS+=queue.3 TAILQ_ENTRY.3 72MLINKS+=queue.3 TAILQ_FIRST.3 73MLINKS+=queue.3 TAILQ_FOREACH.3 74MLINKS+=queue.3 TAILQ_FOREACH_REVERSE.3 75MLINKS+=queue.3 TAILQ_HEAD.3 76MLINKS+=queue.3 TAILQ_HEAD_INITIALIZER.3 77MLINKS+=queue.3 TAILQ_INIT.3 78MLINKS+=queue.3 TAILQ_INSERT_AFTER.3 79MLINKS+=queue.3 TAILQ_INSERT_BEFORE.3 80MLINKS+=queue.3 TAILQ_INSERT_HEAD.3 81MLINKS+=queue.3 TAILQ_INSERT_TAIL.3 82MLINKS+=queue.3 TAILQ_LAST.3 83MLINKS+=queue.3 TAILQ_NEXT.3 84MLINKS+=queue.3 TAILQ_PREV.3 85MLINKS+=queue.3 TAILQ_REMOVE.3 86 87MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3 88MLINKS+=stdarg.3 va_start.3 89 90.include <bsd.prog.mk> 91