Initial import, 0.1 + pk 0.2.4-B1
[unix-history] / games / factor / Makefile
CommitLineData
15637ed4
RG
1# @(#)Makefile 5.7 (Berkeley) 4/8/91
2
3PROG= factor
4SRCS= factor.c pr_tbl.c
5CFLAGS+=-I${.CURDIR}/../primes
6MAN6= factor.0
7MLINKS+=factor.6 primes.6
8.PATH: ${.CURDIR}/../primes
9
10.include <bsd.prog.mk>