1 # @(#)Makefile 5.7 (Berkeley) 4/8/91 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
Indexes created Sat Nov 01 05:10:12 GMT 2025