summaryrefslogtreecommitdiff
path: root/games/factor/Makefile
blob: 361bf56aa017e2b5099abfa34ff1b2a8c7eced22 (plain)
1
2
3
4
5
6
7
8
9
10
#	$OpenBSD: Makefile,v 1.2 1997/09/21 11:35:51 deraadt 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>