xref: /original-bsd/games/factor/Makefile (revision 2852c678)
1#	@(#)Makefile	5.7 (Berkeley) 04/08/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>
11