summaryrefslogtreecommitdiffstats
path: root/factor/Makefile
blob: f5224add254e5e5dde50b6e444d167db2fb3e763 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$NetBSD: Makefile,v 1.8 2002/06/15 02:12:23 simonb Exp $
#	@(#)Makefile	8.1 (Berkeley) 5/31/93

PROG=	factor
SRCS=	factor.c pr_tbl.c
CPPFLAGS+=-I${.CURDIR}/../primes
LDADD+=	-lcrypto
DPADD+=	${LIBCRYPTO}
MAN=	factor.6
MLINKS+=factor.6 primes.6
.PATH:	${.CURDIR}/../primes

.include <bsd.prog.mk>