1# @(#)Makefile 8.1 (Berkeley) 5/31/93 2 3PROG= primes 4SRCS= pattern.c pr_tbl.c primes.c spsp.c 5MAN= 6LIBADD= m 7 8.include <bsd.prog.mk> 9