summaryrefslogtreecommitdiffstats
path: root/factor/Makefile
blob: e43380800e03a68bf0f689f49f0c7951cf720a1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#	from: @(#)Makefile	5.7 (Berkeley) 4/8/91
#	$Id: Makefile,v 1.2 1993/08/01 05:45:35 mycroft Exp $

PROG=	factor
SRCS=	factor.c pr_tbl.c
CFLAGS+=-I${.CURDIR}/../primes
MAN6=	factor.0
MLINKS+=factor.6 primes.6
.PATH:	${.CURDIR}/../primes

.include <bsd.prog.mk>