xref
: /
freebsd
/
usr.bin
/
primes
/
Makefile
(revision f0865ec9906d5a18fa2a3b61381f22ce16e606ad)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
PROG
=
primes
2
SRCS
=
pattern.c
pr_tbl.c
primes.c
spsp.c
3
MAN
=
4
LIBADD
=
m
5
6
.
include
<
bsd.prog.mk
>
7