]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - games/factor/Makefile
This commit was generated by cvs2svn to compensate for changes in r65287,
[FreeBSD/FreeBSD.git] / games / factor / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 5/31/93
2
3 PROG=   factor
4 SRCS=   factor.c pr_tbl.c
5 CFLAGS+=-I${.CURDIR}/../primes
6 MAN6=   factor.6
7 MLINKS+=factor.6 primes.6
8 .PATH:  ${.CURDIR}/../primes
9
10 .include <bsd.prog.mk>