summaryrefslogtreecommitdiffstats
path: root/factor/Makefile
blob: edb6f563432998af2c21023f96cbb7a8340dd457 (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.3 1994/12/22 09:34:03 cgd Exp $

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

.include <bsd.prog.mk>