Makefile revision 1.6
11.3Smycroft# from: @(#)Makefile 5.16.1.1 (Berkeley) 5/7/91 21.6Smycroft# $Id: Makefile,v 1.6 1994/10/06 09:02:21 mycroft Exp $ 31.1Scgd 41.5ScgdMAN3= assert.0 bitstring.0 end.0 intro.0 queue.0 stdarg.0 51.1ScgdMLINKS+=end.3 edata.3 end.3 etext.3 61.5ScgdMLINKS+=queue.3 list_entry.3 queue.3 list_head.3 queue.3 list_init.3 71.6SmycroftMLINKS+=queue.3 list_insert_after.3 queue.3 list_insert_before.3 81.6SmycroftMLINKS+=queue.3 list_insert_head.3 91.5ScgdMLINKS+=queue.3 list_remove.3 queue.3 tailq_entry.3 queue.3 tailq_head.3 101.5ScgdMLINKS+=queue.3 tailq_init.3 queue.3 tailq_insert_after.3 111.6SmycroftMLINKS+=queue.3 tailq_insert_before.3 121.5ScgdMLINKS+=queue.3 tailq_insert_head.3 queue.3 tailq_insert_tail.3 131.5ScgdMLINKS+=queue.3 tailq_remove.3 queue.3 circleq_entry.3 queue.3 circleq_head.3 141.5ScgdMLINKS+=queue.3 circleq_init.3 queue.3 circleq_insert_after.3 151.5ScgdMLINKS+=queue.3 circleq_insert_before.3 queue.3 circleq_insert_head.3 161.5ScgdMLINKS+=queue.3 circleq_insert_tail.3 queue.3 circleq_remove.3 171.5ScgdMLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3 181.5ScgdMLINKS+=stdarg.3 va_start.3 191.1Scgd 201.1Scgd.include <bsd.prog.mk> 21