]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - primes/Makefile
A revision of "The purpose of computing is insight, not numbers" by
[bsdgames-darwin.git] / primes / Makefile
1 # $NetBSD: Makefile,v 1.8 2014/10/02 21:36:37 ast Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= primes
5 SRCS= pattern.c pr_tbl.c primes.c spsp.c
6 MAN= primes.6
7 DPADD= ${LIBM}
8 LDADD= -lm
9
10 .include <bsd.prog.mk>