1 # from: @(#)Makefile 5.7 (Berkeley) 4/8/91 2 # $Id: Makefile,v 1.2 1993/08/01 05:45:35 mycroft Exp $ 3 4 PROG= factor 5 SRCS= factor.c pr_tbl.c 6 CFLAGS+=-I${.CURDIR}/../primes 7 MAN6= factor.0 8 MLINKS+=factor.6 primes.6 9 .PATH: ${.CURDIR}/../primes 10 11 .include <bsd.prog.mk> 12