1*61400Sbostic# @(#)Makefile 8.1 (Berkeley) 06/04/93 241622Sbostic 341622SbosticLIB= plot 431639SbosticSRCS= arc.c box.c circle.c close.c cont.c dot.c erase.c label.c \ 531639Sbostic line.c linmod.c move.c open.c point.c putsi.c space.c 641622SbosticMAN3= plot.0 741622SbosticMLINKS+=plot.3 arc.3 plot.3 circle.3 plot.3 cont.3 plot.3 erase.3 \ 841622Sbostic plot.3 label.3 plot.3 line.3 plot.3 linemod.3 plot.3 move.3 \ 941622Sbostic plot.3 openpl.3 plot.3 point.3 plot.3 space.3 1013394Ssam 1141622Sbostic.include <bsd.lib.mk> 12