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 462e2a046SBruce EvansMLINKS+=end.3 edata.3 end.3 etext.3 562e2a046SBruce EvansMLINKS+=fpgetround.3 fpsetround.3 fpgetround.3 fpgetmask.3 662e2a046SBruce EvansMLINKS+=fpgetround.3 fpsetmask.3 fpgetround.3 fpgetsticky.3 762e2a046SBruce EvansMLINKS+=fpgetround.3 fpsetsticky.3 fpgetround.3 fpresetsticky.3 862e2a046SBruce EvansMLINKS+=moncontrol.3 monstartup.3 9afe61c15SRodney W. GrimesMLINKS+=queue.3 list_entry.3 queue.3 list_head.3 queue.3 list_init.3 10afe61c15SRodney W. GrimesMLINKS+=queue.3 list_insert_after.3 queue.3 list_insert_head.3 11afe61c15SRodney W. GrimesMLINKS+=queue.3 list_remove.3 queue.3 tailq_entry.3 queue.3 tailq_head.3 12afe61c15SRodney W. GrimesMLINKS+=queue.3 tailq_init.3 queue.3 tailq_insert_after.3 13afe61c15SRodney W. GrimesMLINKS+=queue.3 tailq_insert_head.3 queue.3 tailq_insert_tail.3 14afe61c15SRodney W. GrimesMLINKS+=queue.3 tailq_remove.3 queue.3 circleq_entry.3 queue.3 circleq_head.3 15afe61c15SRodney W. GrimesMLINKS+=queue.3 circleq_init.3 queue.3 circleq_insert_after.3 16afe61c15SRodney W. GrimesMLINKS+=queue.3 circleq_insert_before.3 queue.3 circleq_insert_head.3 17afe61c15SRodney W. GrimesMLINKS+=queue.3 circleq_insert_tail.3 queue.3 circleq_remove.3 18afe61c15SRodney W. GrimesMLINKS+=stdarg.3 varargs.3 stdarg.3 va_arg.3 stdarg.3 va_end.3 19afe61c15SRodney W. GrimesMLINKS+=stdarg.3 va_start.3 20afe61c15SRodney W. Grimes 21afe61c15SRodney W. Grimesclean depend lint tags: 22afe61c15SRodney W. Grimes 23afe61c15SRodney W. Grimesinstall: maninstall 24afe61c15SRodney W. Grimes 25afe61c15SRodney W. Grimes.include <bsd.prog.mk> 26