]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - primes/Makefile
convert from NOxxx= to MKxxx=no.
[bsdgames-darwin.git] / primes / Makefile
1 # $NetBSD: Makefile,v 1.4 1999/02/13 02:54:22 lukem Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 PROG= primes
5 SRCS= pattern.c pr_tbl.c primes.c
6 MKMAN= no
7 DPADD= ${LIBM}
8 LDADD= -lm
9
10 .include <bsd.prog.mk>