#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	primes
SRCS=	pattern.c pr_tbl.c primes.c spsp.c
MAN=
LIBADD=	m

.include <bsd.prog.mk>
