]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - games/primes/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / games / primes / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2 # $FreeBSD$
3
4 PROG=   primes
5 SRCS=   pattern.c pr_tbl.c primes.c
6 NO_MAN=
7 DPADD=  ${LIBM}
8 LDADD=  -lm
9
10 .include <bsd.prog.mk>