Home | History | Annotate | Line # | Download | only in factor
Makefile revision 1.1.1.2
      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.0
      7 MLINKS+=factor.6 primes.6
      8 .PATH:	${.CURDIR}/../primes
      9 
     10 .include <bsd.prog.mk>
     11