]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - primes/Makefile
use warn instead of perror/fprintf/...
[bsdgames-darwin.git] / primes / Makefile
1 # $NetBSD: Makefile,v 1.3 1995/03/23 08:35:43 cgd Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= primes
5 SRCS= pattern.c pr_tbl.c primes.c
6 NOMAN= noman
7 DPADD= ${LIBM}
8 LDADD= -lm
9
10 .include <bsd.prog.mk>