1 # from: @(#)Makefile 5.7 (Berkeley) 4/8/91 2 # $Id: Makefile,v 1.3 1994/12/22 09:34:03 cgd Exp $ 3 4 PROG= factor 5 SRCS= factor.c pr_tbl.c 6 CFLAGS+=-I${.CURDIR}/../primes 7 MAN= factor.6 8 MLINKS+=factor.6 primes.6 9 .PATH: ${.CURDIR}/../primes 10 11 .include <bsd.prog.mk> 12