Home | History | Annotate | Line # | Download | only in man3
Makefile revision 1.17
      1  1.17        ad #	$NetBSD: Makefile,v 1.17 1999/06/28 18:22:22 ad Exp $
      2   1.7       jtc #	@(#)Makefile	8.2 (Berkeley) 12/13/93
      3   1.1       cgd 
      4   1.9        pk MAN=	assert.3 bitstring.3 dlfcn.3 end.3 intro.3 queue.3 stdarg.3
      5   1.1       cgd MLINKS+=end.3 edata.3 end.3 etext.3
      6  1.15   mycroft MLINKS+=queue.3 list_entry.3 queue.3 list_first.3 queue.3 list_head.3
      7  1.15   mycroft MLINKS+=queue.3 list_head_initializer.3 queue.3 list_init.3
      8   1.6   mycroft MLINKS+=queue.3 list_insert_after.3 queue.3 list_insert_before.3
      9  1.15   mycroft MLINKS+=queue.3 list_insert_head.3 queue.3 list_next.3 queue.3 list_remove.3
     10  1.15   mycroft MLINKS+=queue.3 simpleq_entry.3 queue.3 simpleq_first.3 queue.3 simpleq_head.3
     11  1.15   mycroft MLINKS+=queue.3 simpleq_head_initializer.3 queue.3 simpleq_init.3
     12  1.13  christos MLINKS+=queue.3 simpleq_insert_head.3 queue.3 simpleq_insert_tail.3
     13  1.15   mycroft MLINKS+=queue.3 simpleq_insert_after.3 queue.3 simpleq_next.3
     14  1.15   mycroft MLINKS+=queue.3 simpleq_remove_head.3
     15  1.15   mycroft MLINKS+=queue.3 tailq_entry.3 queue.3 tailq_first.3 queue.3 tailq_head.3
     16  1.15   mycroft MLINKS+=queue.3 tailq_head_initializer.3 queue.3 tailq_init.3
     17  1.13  christos MLINKS+=queue.3 tailq_insert_after.3 queue.3 tailq_insert_before.3
     18   1.5       cgd MLINKS+=queue.3 tailq_insert_head.3 queue.3 tailq_insert_tail.3
     19  1.15   mycroft MLINKS+=queue.3 tailq_next.3 queue.3 tailq_remove.3
     20  1.15   mycroft MLINKS+=queue.3 circleq_entry.3 queue.3 circleq_first.3 queue.3 circleq_head.3
     21  1.16   mycroft MLINKS+=queue.3 circleq_head_initializer.3 queue.3 circleq_init.3
     22  1.16   mycroft MLINKS+=queue.3 circleq_insert_after.3 queue.3 circleq_insert_before.3
     23  1.16   mycroft MLINKS+=queue.3 circleq_insert_head.3 queue.3 circleq_insert_tail.3
     24  1.16   mycroft MLINKS+=queue.3 circleq_last.3 queue.3 circleq_next.3 queue.3 circleq_prev.3
     25  1.16   mycroft MLINKS+=queue.3 circleq_remove.3
     26   1.5       cgd MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3
     27   1.5       cgd MLINKS+=stdarg.3 va_start.3
     28  1.10   thorpej MLINKS+=dlfcn.3 dlopen.3 dlfcn.3 dlclose.3 dlfcn.3 dlsym.3 dlfcn.3 dlctl.3 \
     29  1.17        ad 	dlfcn.3 dlerror.3 dlfcn.3 dladdr.3
     30   1.1       cgd 
     31  1.12     mikel SUBDIR=	man3.i386
     32  1.12     mikel 
     33  1.14   mycroft .include <bsd.man.mk>
     34  1.14   mycroft .include <bsd.subdir.mk>
     35