1 # @(#)Makefile 8.1 (Berkeley) 5/31/93 2 3 PROG= primes 4 SRCS= pattern.c pr_tbl.c primes.c 5 NOMAN= noman 6 DPADD= ${LIBM} 7 LDADD= -lm 8 9 .include <bsd.prog.mk> 10
Indexes created Wed Oct 29 18:09:52 GMT 2025