]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - primes/Makefile
some makefile de-linting
[bsdgames-darwin.git] / primes / Makefile
1 # $NetBSD: Makefile,v 1.6 2002/09/18 06:16:41 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 NOMAN= # defined
5
6 PROG= primes
7 SRCS= pattern.c pr_tbl.c primes.c
8 DPADD= ${LIBM}
9 LDADD= -lm
10
11 .include <bsd.prog.mk>