]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - primes/Makefile
remove remaining makefile support for GCC < 45 that i found.
[bsdgames-darwin.git] / primes / Makefile
1 # $NetBSD: Makefile,v 1.7 2004/02/08 13:16:25 jsm Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= primes
5 SRCS= pattern.c pr_tbl.c primes.c
6 MAN= primes.6
7 DPADD= ${LIBM}
8 LDADD= -lm
9
10 .include <bsd.prog.mk>