]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - factor/Makefile
Separate primes manpage from that of factor. Correct DIAGNOSTICS
[bsdgames-darwin.git] / factor / Makefile
1 # $NetBSD: Makefile,v 1.11 2004/02/08 13:16:25 jsm Exp $
2 # @(#)Makefile 8.1 (Berkeley) 5/31/93
3
4 # For MKCRYPTO
5 .include <bsd.own.mk>
6
7 PRIMES= ${NETBSDSRCDIR}/games/primes
8
9 PROG= factor
10 SRCS= factor.c pr_tbl.c
11 CPPFLAGS+=-I${PRIMES}
12
13 .if (${MKCRYPTO} != "no")
14 CPPFLAGS+=-DHAVE_OPENSSL
15 LDADD+= -lcrypto
16 DPADD+= ${LIBCRYPTO}
17 .endif
18
19 MAN= factor.6
20 .PATH: ${PRIMES}
21
22 .include <bsd.prog.mk>