# @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD$ PROG= primes SRCS= pattern.c pr_tbl.c primes.c MAN= DPADD= ${LIBM} LDADD= -lm .include