1 # @(#)Makefile 8.1 (Berkeley) 5/31/93
2 # $FreeBSD: src/games/factor/Makefile,v 1.2.6.2 2002/10/23 14:59:14 fanf Exp $
3 # $DragonFly: src/games/factor/Makefile,v 1.3 2005/03/16 06:18:56 cpressey Exp $
7 SRCS= factor.c pr_tbl.c
8 CFLAGS+=-I${.CURDIR}/../primes
10 .if exists(${.CURDIR}/../../crypto) && !defined(NO_OPENSSL)
11 CFLAGS+=-DHAVE_OPENSSL
17 MLINKS+=factor.6 primes.6
18 .PATH: ${.CURDIR}/../primes
20 .include <bsd.prog.mk>