Home | History | Annotate | Line # | Download | only in man3
Makefile revision 1.5
      1  1.3  mycroft #	from: @(#)Makefile	5.16.1.1 (Berkeley) 5/7/91
      2  1.5      cgd #	$Id: Makefile,v 1.5 1993/12/21 01:59:29 cgd Exp $
      3  1.1      cgd 
      4  1.5      cgd MAN3=	assert.0 bitstring.0 end.0 intro.0 queue.0 stdarg.0
      5  1.1      cgd MLINKS+=end.3 edata.3 end.3 etext.3
      6  1.5      cgd MLINKS+=queue.3 list_entry.3 queue.3 list_head.3 queue.3 list_init.3
      7  1.5      cgd MLINKS+=queue.3 list_insert_after.3 queue.3 list_insert_head.3
      8  1.5      cgd MLINKS+=queue.3 list_remove.3 queue.3 tailq_entry.3 queue.3 tailq_head.3
      9  1.5      cgd MLINKS+=queue.3 tailq_init.3 queue.3 tailq_insert_after.3
     10  1.5      cgd MLINKS+=queue.3 tailq_insert_head.3 queue.3 tailq_insert_tail.3
     11  1.5      cgd MLINKS+=queue.3 tailq_remove.3 queue.3 circleq_entry.3 queue.3 circleq_head.3
     12  1.5      cgd MLINKS+=queue.3 circleq_init.3 queue.3 circleq_insert_after.3
     13  1.5      cgd MLINKS+=queue.3 circleq_insert_before.3 queue.3 circleq_insert_head.3
     14  1.5      cgd MLINKS+=queue.3 circleq_insert_tail.3 queue.3 circleq_remove.3
     15  1.5      cgd MLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3
     16  1.5      cgd MLINKS+=stdarg.3 va_start.3
     17  1.1      cgd 
     18  1.1      cgd .include <bsd.prog.mk>
     19